Home > @jsplumbtoolkit/browser-ui > ConnectionDetachedParams
ConnectionDetachedParams interface
Definition of the parameters passed to a listener for the connection:detach
event.
Signature:
export interface ConnectionDetachedParams<E = any> extends ConnectionEstablishedParams<E>
Extends: ConnectionEstablishedParams<E>