Optional
actions?: SettingsTreeNodeAction[]Optional
children?: SettingsTreeChildrenOther settings tree nodes nested under this node.
Optional
defaultSet to collapsed if the node should be initially collapsed.
Optional
enableFilter Children by visibility status
Optional
error?: stringOptional message indicating any error state for the node.
Optional
fields?: SettingsTreeFieldsField inputs attached directly to this node.
Optional
icon?: SettingsIconOptional icon to display next to the node label.
Optional
label?: stringAn optional label shown at the top of this node.
Optional
order?: number | stringOptional sort order to override natural object ordering. All nodes with a sort order will be rendered before nodes all with no sort order.
Nodes without an explicit order will be ordered according to ECMA object ordering rules.
Optional
renamable?: booleanTrue if the node label can be edited by the user.
Optional
visible?: booleanAn optional visibility status. If this is not undefined, the node editor will display a visiblity toggle button and send update actions to the action handler.
An array of actions that can be performed on this node.