Home > @jsplumbtoolkit/browser-ui > JsPlumbDefaults
JsPlumbDefaults interface
Signature:
export interface JsPlumbDefaults<E>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
allowNestedGroups? | boolean | (Optional) | |
anchor? | AnchorSpec | (Optional) | |
anchors? | [AnchorSpec, AnchorSpec] | (Optional) | |
connectionOverlays? | Array<OverlaySpec> | (Optional) | |
connectionsDetachable? | boolean | (Optional) | |
connector? | ConnectorSpec | (Optional) | |
container? | E | (Optional) | |
endpoint? | EndpointSpec | (Optional) | |
endpointHoverStyle? | EndpointStyle | (Optional) | |
endpointHoverStyles? | [EndpointStyle, EndpointStyle] | (Optional) | |
endpointOverlays? | Array<OverlaySpec> | (Optional) | |
endpoints? | [EndpointSpec, EndpointSpec] | (Optional) | |
endpointStyle? | EndpointStyle | (Optional) | |
endpointStyles? | [EndpointStyle, EndpointStyle] | (Optional) | |
hoverClass? | string | (Optional) | |
hoverPaintStyle? | PaintStyle | (Optional) | |
listStyle? | ListSpec | (Optional) | |
maxConnections? | number | (Optional) | |
paintStyle? | PaintStyle | (Optional) | |
reattachConnections? | boolean | (Optional) | |
scope? | string | (Optional) |