DaffTreeComponent

The `DaffTreeComponent` allows you to render tree structures as interactable ui. They can be used like: ```html

``` where `tree` is a DaffTreeData.

Selector: 'ul[daff-tree]'

Properties

Name Type Description
flatTree DaffTreeFlatNode[] The flattened tree data. You can iterate through this if you want to inspect the resulting array structure we computed to render the tree.
@Input() dataTree DaffTreeData<unknown> The tree data you would like to render. trackByTreeElement any The track-by function used to reduce tree-item re-renders
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.