projects/m2-core/src/lib/model/reference/ReferenceBook.ts
Properties |
|
Methods |
|
constructor(id?: number, displayName?: string, isPersonal, pluginName?: string)
|
| Public buildThinTree |
Type : boolean
|
| Public content |
Type : number[]
|
Default value : []
|
| Public isPersonal |
Type : boolean
|
| Public Optional nodes |
Type : ClassificationNode[]
|
| Public pluginName |
Type : string
|
| Static TYPE |
Type : string
|
Default value : 'ReferenceBookTransfer'
|
| Public Optional applicationsProcessingNorm |
Type : number
|
| Public background |
Type : SafeStyle
|
| Public backgroundImage |
Type : string
|
| Public category |
Type : string
|
| Public Optional checked |
Type : boolean
|
| Public children |
Type : TileData[]
|
| Public comment |
Type : string
|
| Public displayName |
Type : string
|
| Public dominantRGB |
Type : string
|
| Public editable |
Type : boolean
|
| Public faClass |
Type : string
|
| Public groupId |
Type : number
|
| Public id |
Type : number
|
| Public image |
Type : string
|
| Public imageId |
Type : number
|
| Public isDescriptionPinned |
Type : boolean
|
| Public isDescriptionShown |
Type : boolean
|
| Public queryParams |
Type : Params
|
| Public queryParamsHandling |
Type : QueryParamsHandling
|
| Public renameModeON |
Type : boolean
|
| Public routerLink |
Type : string
|
| Public sortOrder |
Default value : Number.MAX_SAFE_INTEGER
|
| Static canModifyRefBookNode | |||||||||
canModifyRefBookNode(refBook: ReferenceBook | null, nodePathIds: Set
|
|||||||||
|
Parameters :
Returns :
boolean
|
| Static formContentNavigationParams | ||||||||||||||||
formContentNavigationParams(book: ReferenceBook, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Parameters :
Returns :
NavigationParams
|
| Static formContentQueryParams | ||||||
formContentQueryParams(bookId: number)
|
||||||
|
Parameters :
Returns :
Params
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(stereotype: ReferenceBook, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Navigation
Parameters :
Returns :
NavigationParams
|