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