Skip to main content

UseTreeStateOptions<T>

UseTreeStateOptions<T> = object

Type Parameters

T

T

Properties

items

items: TreeNode<T>[]

Initial root items in the tree. If omitted, will return an empty tree.