Represents a single property entry to display in the properties panel.
name is the label or key of the property.
value is the value associated to the key for the node or edge.
A string (for either field) renders as plain text; to render HTML, pass an
HTMLElement (or a function returning one). Since 1.4.0 string values are no
longer parsed as markup — wrap HTML in an element instead.
Represents a single property entry to display in the properties panel.
nameis the label or key of the property.valueis the value associated to the key for the node or edge.A
string(for either field) renders as plain text; to render HTML, pass anHTMLElement(or a function returning one). Since 1.4.0 string values are no longer parsed as markup — wrap HTML in an element instead.