sesaparcours
    Preparing search index...

    Interface JsPlumbDefaults<E>

    interface JsPlumbDefaults<E> {
        allowNestedGroups?: boolean;
        anchor?: AnchorSpec;
        anchors?: [AnchorSpec, AnchorSpec];
        connectionOverlays?: OverlaySpec[];
        connectionsDetachable?: boolean;
        connector?: ConnectorSpec;
        container?: E;
        endpoint?: EndpointSpec;
        endpointHoverStyle?: EndpointStyle;
        endpointHoverStyles?: [EndpointStyle, EndpointStyle];
        endpointOverlays?: OverlaySpec[];
        endpoints?: [EndpointSpec, EndpointSpec];
        endpointStyle?: EndpointStyle;
        endpointStyles?: [EndpointStyle, EndpointStyle];
        hoverClass?: string;
        hoverPaintStyle?: PaintStyle;
        listStyle?: ListSpec;
        maxConnections?: number;
        paintStyle?: PaintStyle;
        reattachConnections?: boolean;
        scope?: string;
    }

    Type Parameters

    • E

    Hierarchy (View Summary)

    Index

    Properties

    allowNestedGroups?: boolean
    anchor?: AnchorSpec
    anchors?: [AnchorSpec, AnchorSpec]
    connectionOverlays?: OverlaySpec[]
    connectionsDetachable?: boolean
    connector?: ConnectorSpec
    container?: E
    endpoint?: EndpointSpec
    endpointHoverStyle?: EndpointStyle
    endpointHoverStyles?: [EndpointStyle, EndpointStyle]
    endpointOverlays?: OverlaySpec[]
    endpoints?: [EndpointSpec, EndpointSpec]
    endpointStyle?: EndpointStyle
    endpointStyles?: [EndpointStyle, EndpointStyle]
    hoverClass?: string
    hoverPaintStyle?: PaintStyle
    listStyle?: ListSpec
    maxConnections?: number
    paintStyle?: PaintStyle
    reattachConnections?: boolean
    scope?: string