Skip to content

@vue-flow/monorepo • Docs


Type Alias: SmoothStepEdgeType<Data, CustomEvents> ​

SmoothStepEdgeType<Data, CustomEvents>: DefaultEdge<Data, CustomEvents> & object

Type declaration ​

pathOptions? ​

optional pathOptions: SmoothStepPathOptions

type ​

type: "smoothstep"

Type Parameters ​

• Data = ElementData

• CustomEvents extends Record<string, CustomEvent> = any

Released under the MIT License.