Skip to main content

Home > @jsplumb/core > DeleteConnectionOptions

DeleteConnectionOptions type#

Optional parameters to the DeleteConnection method.

Signature:

export declare type DeleteConnectionOptions = {    force?: boolean;    fireEvent?: boolean;    originalEvent?: Event;    endpointToIgnore?: Endpoint;};

References: Endpoint