@cpod/sdk - v0.2.7
Preparing search index...
GraphNode
Interface GraphNode
Type definitions for the Graphs module
interface
GraphNode
{
id
:
string
;
type
:
string
;
label
:
string
;
data
?:
Record
<
string
,
unknown
>
;
position
?:
{
x
:
number
;
y
:
number
}
;
}
Index
Properties
id
type
label
data?
position?
Properties
id
id
:
string
type
type
:
string
label
label
:
string
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
position
position
?:
{
x
:
number
;
y
:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
label
data
position
@cpod/sdk - v0.2.7
Loading...
Type definitions for the Graphs module