Graphora API
Preparing search index...
@graphora/core
GraphNode
Interface GraphNode<NodeData>
interface
GraphNode
<
NodeData
=
unknown
>
{
attributes
:
Readonly
<
GraphAttributes
>
;
data
?:
NodeData
;
id
:
GraphId
;
index
:
number
;
key
:
string
;
label
?:
string
;
needsLayout
:
boolean
;
position
:
Point
|
null
;
}
Type Parameters
NodeData
=
unknown
Index
Properties
attributes
data?
id
index
key
label?
needs
Layout
position
Properties
Readonly
attributes
attributes
:
Readonly
<
GraphAttributes
>
Optional
Readonly
data
data
?:
NodeData
Readonly
id
id
:
GraphId
Readonly
index
index
:
number
Readonly
key
key
:
string
Optional
Readonly
label
label
?:
string
Readonly
needs
Layout
needsLayout
:
boolean
Readonly
position
position
:
Point
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
data
id
index
key
label
needs
Layout
position
Graphora API
Loading...