Represents a node in the graph.
A unique identifier for the node.
Rest ...contents: IViewBuilder[]A collection of IViewBuilder which will be interspersed with ui.Separator elements.
When this collection is empty we resort to the humanReadable description or the node. If humanReadable is also not defined then we show the nodeId.
Readonly nodeA unique identifier for the node.
Protected options
A builder that describes a Node in the Network.
The visual representation of a node can be specified by using instances of IViewBuilder. If this parameter is not specified, the node will show only the NodeId, or the INodeOptions.humanReadable option, if specified.
Example