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.

Index

Constructors

Properties

Constructors

ui.nodeProperties.NodeProperties.constructor()
NodeProperties(): NodeProperties

Returns: NodeProperties

Properties

ui.nodeProperties.NodeProperties.node

The 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.