projects/m2-core/src/lib/model/relations/RelatedItem.ts
Properties |
|
Methods |
|
constructor(item: Item, aggregationId?: number, parentNodeId?: number)
|
| Public aggregationId |
Type : number
|
| Public Optional areAsyncDataRequested |
Type : boolean
|
| Public Optional children |
Type : RelatedItem[]
|
| Public Optional hasChildren |
Type : boolean
|
| Public id |
Type : number
|
| Public Optional isExpanded |
Type : boolean
|
| Public Optional isInverse |
Type : boolean
|
| Public Optional isItemRefreshNeeded |
Type : boolean
|
| Public item |
Type : Item
|
| Public parentItemId |
Type : number
|
| Public parentNodeId |
Type : number
|
| Public routerLink |
Type : string
|
| Public Optional stereotypeId |
Type : number
|
| Static TYPE |
Type : string
|
Default value : 'RelatedItemTransfer'
|
| Static isRelatedItem | ||||||
isRelatedItem(ojb: any)
|
||||||
|
Parameters :
Returns :
boolean
|