src/lib/tree-view/tree-view-structure.ts
Interface representing common properties for a nodes and leaves in the tree view
Properties |
|
| alternativePath |
alternativePath:
|
Type : string
|
| Optional |
|
Alternative path representation that defines the location of the leaf in the tree |
| cssClass |
cssClass:
|
Type : string
|
| Optional |
|
Custom css class to add to the element |
| description |
description:
|
Type : string
|
| Optional |
|
Optional description of the node |
| iconClass |
iconClass:
|
Type : string
|
| Optional |
|
Icon class |
| icons |
icons:
|
Type : IconInfo[]
|
| Optional |
|
Information icons |
| iconsReady |
iconsReady:
|
Type : EventEmitter<IconInfo[]>
|
| Optional |
|
Information icons event |
| id |
id:
|
Type : string
|
|
Item id |
| index |
index:
|
Type : number
|
| Optional |
|
Index in parent |
| infoIconClass |
infoIconClass:
|
Type : string
|
| Optional |
|
Info icon class |
| infoIconColor |
infoIconColor:
|
Type : string
|
| Optional |
|
Info icon color |
| infoIconTooltip |
infoIconTooltip:
|
Type : string
|
| Optional |
|
Info icon tooltip |
| isDisabled |
isDisabled:
|
Type : boolean
|
| Optional |
|
Defines if the node is disabled |
| isFaded |
isFaded:
|
Type : boolean
|
| Optional |
|
Is faded |
| isLoadMore |
isLoadMore:
|
Type : boolean
|
| Optional |
|
Identifies load more items |
| isLocked |
isLocked:
|
Type : boolean
|
| Optional |
|
The element is locked and can't be displayed to the user |
| location |
location:
|
Type : LinkMetadata
|
| Optional |
|
Link metadata to navigate to the node page. |
| name |
name:
|
Type : string
|
|
Name |
| path |
path:
|
Type : string
|
| Optional |
|
Complete path that defines the location of the leaf in the tree |
| position |
position:
|
Type : string
|
| Optional |
|
Position |
| tag |
tag:
|
Type : TagType
|
| Optional |
|
Item tag. Represents arbitrary additional data. |
| useCustomTemplate |
useCustomTemplate:
|
Type : boolean
|
| Optional |
|
If true, the ng-template with context will be used to represent a node, else the default template is used. |