Home > @jsplumb/core > JsPlumbDefaults
#
JsPlumbDefaults interfaceSignature:
export interface JsPlumbDefaults<E>
#
PropertiesProperty | 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) |