Home > @jsplumb/core > BeforeDropParams
#
BeforeDropParams interfaceDefinition of the parameters passed to the beforeDrop
interceptor.
Signature:
export interface BeforeDropParams
#
PropertiesProperty | Type | Description |
---|---|---|
connection | Connection | |
dropEndpoint | Endpoint | |
scope | string | |
sourceId | string | |
targetId | string |