1
0
Files
yel-dspace-angular/src/app/community-list-page/show-more-flat-node.model.ts
2022-02-16 13:52:32 +01:00

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 {
}