@vue-flow/monorepo • Docs
Type Alias: Edge<Data, CustomEvents, Type> ​
Edge<
Data
,CustomEvents
,Type
>:DefaultEdge
<Data
,CustomEvents
,Type
> |SmoothStepEdgeType
<Data
,CustomEvents
> |BezierEdgeType
<Data
,CustomEvents
>
Type Parameters ​
• Data = ElementData
• CustomEvents extends Record
<string
, CustomEvent
> = any
• Type extends string
= string