mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
added TypeDoc
This commit is contained in:
@@ -30,6 +30,9 @@ export class BrowseEntry implements ListableObject {
|
||||
*/
|
||||
count: number;
|
||||
|
||||
/**
|
||||
* Method that returns as which type of object this object should be rendered
|
||||
*/
|
||||
getRenderTypes(): Array<string | GenericConstructor<ListableObject>> {
|
||||
return [this.constructor as GenericConstructor<ListableObject>];
|
||||
}
|
||||
|
Reference in New Issue
Block a user