Represents the configuration for the properties panel in the graph UI's sidebar
Defines how to compute and display properties for nodes and edges.
All key/value pairs from node.getData() or edge.getData() Copy
All key/value pairs from node.getData() or edge.getData()
A function that computes the list of edge properties to display
All key/value pairs from edge.getData() Copy
All key/value pairs from edge.getData()
A function that computes the list of node properties to display
All key/value pairs from node.getData() Copy
All key/value pairs from node.getData()
Optional
Custom renderer for the property panel. This content will override the default sidebar property panel.
undefined Copy
undefined
(element) => `element id: ${element.id}` Copy
(element) => `element id: ${element.id}`
A returned string renders as plain text; return an HTMLElement to render HTML.
string
HTMLElement
Represents the configuration for the properties panel in the graph UI's sidebar
Defines how to compute and display properties for nodes and edges.
Default