Skip to main content

Home > @jsplumbtoolkit/browser-ui > DeleteConnectionOptions

DeleteConnectionOptions type

Optional parameters to the DeleteConnection method.

Signature:

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

References: Endpoint