Type alias: BezierEdgeType<Data, CustomEvents> ​
Ƭ BezierEdgeType<Data
, CustomEvents
>: DefaultEdge
<Data
, CustomEvents
> & { pathOptions?
: BezierPathOptions
; type
: "default"
}
Type parameters ​
Name | Type |
---|---|
Data | ElementData |
CustomEvents | extends Record <string , CustomEvent > = any |