Tree View

An expandable, collapsible tree structure for displaying hierarchical data.

Checkable

Props

The available data properties for this component.

Property Default Description
nodes[]A nested object array representing the tree. Each node needs 'id', 'label', 'children', and either 'type' and 'expanded' (file system) or 'checked' and 'expanded' (checkable)
selectednullThe currently selected node id (file system variant)

About this component