OptionalaccessibilityOptional ReadonlybusyWhether this node is busy. Greater than 0 then busy; otherwise not.
Optional ReadonlycheckboxWhether this node is checked.
OptionalcommandOptionalcontextReadonlydecorationThe additional tree decoration data attached to the tree node itself.
Optionaldescriptioneslint-disable-next-line @typescript-eslint/no-explicit-any
OptionalfocusOptional ReadonlyiconA css string for this tree node icon.
ReadonlyidAn unique id of this node.
Optional ReadonlynameA human-readable name of this tree node.
Optional ReadonlynextA next sibling of this tree node.
ReadonlyparentA parent node of this tree node. Undefined if this node is root.
Optional ReadonlypreviousA previous sibling of this tree node.
Optionalresourcetrue if the tree node is selected. Otherwise, false.
OptionalthemeOptionaltooltipOptional ReadonlyvisibleTest whether this node should be rendered. If undefined then node will be rendered.
A selectable tree node.