NodeProperties
-
class
ui.nodeProperties.NodeProperties() A web component that displays properties and user data for a selected node in a tabular format.
The component fetches and renders node information including the node name, ID, properties, and associated user data in organized tables.
Constructors
-
ui.nodeProperties.NodeProperties.constructor() - NodeProperties():
NodePropertiesReturns:
NodeProperties
Properties
-
ui.nodeProperties.NodeProperties.node - node:
INodePropertyAdapterThe adapter instance used to fetch node data.
Can be customized by providing any object implementing the INodePropertyAdapter interface.
-
ui.nodeProperties.NodeProperties.nodeId - nodeId: number
The ID of the node to display properties for.