Home > @jsplumb/core > ConnectionDetachedParams
#
ConnectionDetachedParams interfaceDefinition of the parameters passed to a listener for the connection:detach
event.
Signature:
export interface ConnectionDetachedParams<E = any> extends ConnectionEstablishedParams<E>
Extends: ConnectionEstablishedParams<E>