Skip to content

@vue-flow/monorepo • Docs


Type Alias: HandleConnectable ​

HandleConnectable: boolean | number | "single" | HandleConnectableFunc

set to true to allow unlimited connections, single for only one connection or use a cb function to determine connect-ability

if set to single and the handle already has more than one connection, it will act the same as setting it to false

Released under the MIT License.