Interface IIgrTreeItemProps

Hierarchy

Hierarchy

  • IIgrTreeItemProps

Properties

active?: string | boolean

Marks the item as the tree's active item.

children?: ReactNode
className?: string
disabled?: string | boolean

Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.

expanded?: string | boolean

The tree item expansion state.

id?: string
label?: string

The tree item label.

level?: string | number

The depth of the item, relative to the root.

loading?: string | boolean

To be used for load-on-demand scenarios in order to specify whether the item is loading data.

The parent item of the current tree item (if any)

selected?: string | boolean

The tree item selection state.

style?: CSSProperties
value?: any

The value entry that the tree item is visualizing. Required for searching through items.