Informs who provides the children to a node, used by data explorer tree view api
The id of the connection that the node exists under
Optional iconType for the object in the tree. Currently this only supports an icon name or SqlThemeIcon name, rather than a path to an icon. If not defined, the nodeType + nodeStatus / nodeSubType values will be used instead.
Holds the connection profile for nodes, used by data explorer tree view api
Get all the child nodes. Returns an empty list if there are no children.
Get the parent node. Returns undefined if there is none.
Whether the node is currently expanded in Object Explorer
Refresh the node, expanding it if it has children
Set whether the node is expanded or collapsed
The new state of the node. If 'None', the node will not be changed
Set whether the node is selected
Whether the node should be selected
If true, clear any other selections. If false, leave any existing selections. Defaults to true when selected is true and false when selected is false.
Generated using TypeDoc
Interface for representing and interacting with items in Object Explorer