@cpod/sdk - v0.2.7
Preparing search index...
GraphEdge
Interface GraphEdge
interface
GraphEdge
{
id
:
string
;
source
:
string
;
target
:
string
;
label
?:
string
;
data
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
source
target
label?
data?
Properties
id
id
:
string
source
source
:
string
target
target
:
string
Optional
label
label
?:
string
Optional
data
data
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
source
target
label
data
@cpod/sdk - v0.2.7
Loading...