Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
GraphEdge
Interface GraphEdge<T>
Graph edge representation for external use.
interface
GraphEdge
<
T
=
EdgeData
>
{
data
:
T
;
fromId
:
NodeId
;
toId
:
NodeId
;
}
Type Parameters
T
=
EdgeData
Index
Properties
data
from
Id
to
Id
Properties
data
data
:
T
Edge data including weight
from
Id
fromId
:
NodeId
Source node ID
to
Id
toId
:
NodeId
Target node ID
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
from
Id
to
Id
GitHub
Examples
Strata - v1.4.10
Loading...
Graph edge representation for external use.