Skip to content

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.