Home > @jsplumbtoolkit/browser-ui > EndpointTypeDescriptor
EndpointTypeDescriptor interface
Definition of an endpoint type.
Signature:
export interface EndpointTypeDescriptor extends TypeDescriptor
Extends: TypeDescriptor
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
connectionsDetachable? | boolean | (Optional) Whether or not connections created from this endpoint should be detachable via the mouse. Defaults to true. | |
maxConnections? | number | (Optional) Maximum number of connections this endpoint can support. Defaults to 1. A value of -1 means unlimited. | |
reattachConnections? | boolean | (Optional) Whether or not when a user detaches a connection that was created from this endpoint it should be automatically reattached. Defaults to false. |