Documentation
Preparing search index...
@luolapeikko/graph-entity-types
GraphEdge
Type Alias GraphEdge<AnyEntity>
A graph edge connecting two nodes.
Since
v0.1.0
type
GraphEdge
<
AnyEntity
extends
IGraphEntityNode
<
string
,
number
,
Record
<
string
,
unknown
>
>
,
>
=
{
source
:
AnyEntity
;
target
:
AnyEntity
;
}
Type Parameters
AnyEntity
extends
IGraphEntityNode
<
string
,
number
,
Record
<
string
,
unknown
>
>
The type of the any nodes in the graph.
Index
Properties
source
target
Properties
source
source
:
AnyEntity
target
target
:
AnyEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
target
Documentation
Loading...
A graph edge connecting two nodes.
Since
v0.1.0