Type alias: GraphEdge<Data, CustomEvents, Type> ​
Ƭ GraphEdge<Data
, CustomEvents
, Type
>: Edge
<Data
, CustomEvents
> & { data
: Data
; events
: Partial
<EdgeEventsHandler
<CustomEvents
>> ; selected
: boolean
; sourceNode
: GraphNode
; targetNode
: GraphNode
; type
: Type
} & EdgePositions
Internal edge type
Type parameters ​
Name | Type |
---|---|
Data | ElementData |
CustomEvents | extends Record <string , CustomEvent > = any |
Type | extends string = string |