Name and description | Type |
---|---|
[tuiTreeController] Boolean input is the default state. | boolean |
Name and description | Type |
---|---|
[childrenHandler] | TuiHandler<T, readonly T[]> |
[content] | PolymorpheusContent<TuiTreeContext> |
[data] | T |
[tuiTreeController] Boolean input is the default state. | boolean |
[map] | Map<T, boolean> |
[trackBy] *ngFor directive to render nested tree items. | TrackByFunction<T> |
Name and description | Type |
---|---|
TUI_TREE_CONTENT | PolymorpheusContent<TuiTreeItemContext> |
TUI_TREE_CONTROLLER | TuiTreeController |
TUI_TREE_ACCESSOR TreeItem instances to their corresponding data: T when using Tree component with custom open/closed controller) | TuiTreeAccessor<T> |