projects/m2-core/src/lib/model/classifiable/node/AffectedClassificationNode.ts
| Public Optional isAffected |
Type : boolean
|
| Public background |
Type : SafeStyle
|
| Public backgroundImage |
Type : string
|
| Public Optional checked |
Type : boolean
|
| Public children |
Type : ClassificationNode[]
|
| Public dominantRGB |
Type : string
|
| Public editable |
Type : boolean
|
| Public eOTDid |
Type : string
|
| Public faClass |
Type : string
|
| Public hasChildren |
Type : boolean
|
| Public image |
Type : string
|
| Public isChecked |
Type : boolean
|
| Public isDescriptionPinned |
Type : boolean
|
| Public isDescriptionShown |
Type : boolean
|
| Public isExpanded |
Type : boolean
|
| Public isHidden |
Type : boolean
|
| Public Optional isNavigationDisabled |
Type : boolean
|
| Public isNode |
Default value : true
|
| Public Optional isSelectionDisabled |
Type : boolean
|
| Public Optional negotiationStages |
Type : NegotiationStage[]
|
| Public Optional newItemPostProcessingFormula |
Type : number
|
| Public Optional newItemPostProcessingFormulaName |
Type : string
|
| Public Optional partial |
Type : boolean
|
| Public Optional queryParams |
Type : Params
|
| Public queryParamsHandling |
Default value : <QueryParamsHandling> ''
|
| Public renameModeON |
Type : boolean
|
| Public routerLink |
Type : string
|
Default value : ''
|
| Public Optional statusPostProcessingFormula |
Type : number
|
| Public Optional statusPostProcessingFormulaName |
Type : string
|
| Static TYPE |
Type : string
|
Default value : 'ClassificationNodeTransfer'
|
| Public blobValue |
Type : number
|
| Public comment |
Type : string
|
| Public displayName |
Type : string
|
| Public isActive |
Type : boolean
|
| Public Optional isDeleted |
Type : boolean
|
| Public metaClass |
Type : MetaClass
|
| Public parentNodeId |
Type : number
|
| Public searchExplanation |
Type : string
|
| Public treeClassifier |
Type : number
|
| Public id |
Type : number
|
| Public isBlocked |
Type : boolean
|
| Public Optional valueIdentifier |
Type : number
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(node: ClassificationNode, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Parameters :
Returns :
NavigationParams
|
| Static formRouterLink | ||||||
formRouterLink(nodeId: number)
|
||||||
|
Parameters :
Returns :
string
|
| Static isElementItem | ||||||
isElementItem(element: any)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static isElementNode | ||||||
isElementNode(element: any)
|
||||||
|
Parameters :
Returns :
boolean
|