Skip to content

@vue-flow/monorepo • Docs


Interface: HandleProps ​

Properties ​

connectable? ​

optional connectable: HandleConnectable

Enable/disable connecting to handle altogether


connectableEnd? ​

optional connectableEnd: boolean

Can this handle be used to end a connection


connectableStart? ​

optional connectableStart: boolean

Can this handle be used to start a connection


id? ​

optional id: string

Unique id of handle element


isValidConnection? ​

optional isValidConnection: ValidConnectionFunc

A valid connection func ValidConnectionFunc


position? ​

optional position: Position

Handle position (top, bottom, left, right) Position


type? ​

optional type: HandleType

Handle type (source / target) HandleType

Released under the MIT License.