Home > @jsplumb/core > DeleteConnectionOptions
#
DeleteConnectionOptions typeOptional parameters to the DeleteConnection
method.
Signature:
export declare type DeleteConnectionOptions = { force?: boolean; fireEvent?: boolean; originalEvent?: Event; endpointToIgnore?: Endpoint;};
References: Endpoint