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