Interface IIgrTreeProps

Hierarchy

Hierarchy

  • IIgrTreeProps

Properties

activeItem?: ((s, e) => void)

Type declaration

children?: ReactNode
className?: string
id?: string
itemCollapsed?: ((s, e) => void)

Type declaration

itemCollapsing?: ((s, e) => void)

Type declaration

itemExpanded?: ((s, e) => void)

Type declaration

itemExpanding?: ((s, e) => void)

Type declaration

selection?: string | TreeSelection

The selection state of the tree.

selectionChanged?: ((s, e) => void)

Type declaration

singleBranchExpand?: string | boolean

Whether a single or multiple of a parent's child items can be expanded.

size?: string | SizableComponentSize
style?: CSSProperties
toggleNodeOnClick?: string | boolean

Whether clicking over nodes will change their expanded state or not.