forked from hazza/dspace-angular
added TypeDoc
This commit is contained in:
@@ -31,6 +31,9 @@ import { CollectionElementLinkType } from '../object-collection/collection-eleme
|
||||
animations: [fadeIn]
|
||||
})
|
||||
export class ObjectDetailComponent {
|
||||
/**
|
||||
* The view mode of this component
|
||||
*/
|
||||
viewMode = ViewMode.DetailedListElement;
|
||||
|
||||
/**
|
||||
@@ -52,7 +55,15 @@ export class ObjectDetailComponent {
|
||||
* A boolean representing if to hide pagination when there is only a page
|
||||
*/
|
||||
@Input() hidePagerWhenSinglePage = true;
|
||||
|
||||
/**
|
||||
* The link type of the rendered listable elements
|
||||
*/
|
||||
@Input() linkType: CollectionElementLinkType;
|
||||
|
||||
/**
|
||||
* The context of the rendered listable elements
|
||||
*/
|
||||
@Input() context: Context;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user