mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
/**
|
|
* The show more links in the community tree are also represented by a flatNode so we know where in
|
|
* the tree it should be rendered an who its parent is (needed for the action resulting in clicking this link)
|
|
*/
|
|
export class ShowMoreFlatNode {
|
|
}
|