Appearance
@vue-flow/monorepo • Docs
Type Alias: BezierEdgeType<Data, CustomEvents>
BezierEdgeType<
Data
,CustomEvents
>:DefaultEdge
<Data
,CustomEvents
> &object
Type declaration
pathOptions?
optional
pathOptions:BezierPathOptions
type
type:
"default"
Type Parameters
• Data = ElementData
• CustomEvents extends Record
<string
, CustomEvent
> = any