Documentation
Preparing search index...
@luolapeikko/graph-entity-types
GraphEdgeStructure
Type Alias GraphEdgeStructure
Graph link structure for a node id's in the graph.
Since
v0.0.4
type
GraphEdgeStructure
=
{
id
:
string
;
sources
?:
GraphEdgeStructure
[]
;
targets
?:
GraphEdgeStructure
[]
;
}
Index
Properties
id
sources?
targets?
Properties
id
id
:
string
Optional
sources
sources
?:
GraphEdgeStructure
[]
Optional
targets
targets
?:
GraphEdgeStructure
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
sources
targets
Documentation
Loading...
Graph link structure for a node id's in the graph.
Since
v0.0.4