Optional
accessibilityOptional
busyWhether this node is busy. Greater than 0 then busy; otherwise not.
Optional
commandOptional
contextThe additional tree decoration data attached to the tree node itself.
Optional
descriptioneslint-disable-next-line @typescript-eslint/no-explicit-any
Optional
focusOptional
iconA css string for this tree node icon.
An unique id of this node.
Optional
nameA human-readable name of this tree node.
Optional
nextA next sibling of this tree node.
A parent node of this tree node. Undefined if this node is root.
Optional
previousA previous sibling of this tree node.
Optional
resourcetrue
if the tree node is selected. Otherwise, false
.
Optional
themeOptional
tooltipOptional
visibleTest whether this node should be rendered. If undefined then node will be rendered.
A selectable tree node.