pivotick - v0.0.1
Preparing search index...
GraphUI
PropertyEntry
Interface PropertyEntry
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.
interface
PropertyEntry
{
name
:
|
string
|
HTMLElement
|
(
(
element
:
Node
|
Edge
|
null
)
=>
string
|
HTMLElement
)
;
value
:
|
string
|
HTMLElement
|
(
(
element
:
Node
|
Edge
|
null
)
=>
string
|
HTMLElement
)
;
}
Index
Properties
name
value
Properties
name
name
:
|
string
|
HTMLElement
|
(
(
element
:
Node
|
Edge
|
null
)
=>
string
|
HTMLElement
)
value
value
:
|
string
|
HTMLElement
|
(
(
element
:
Node
|
Edge
|
null
)
=>
string
|
HTMLElement
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
value
pivotick - v0.0.1
Loading...
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.