Search results

IDragEnterEventArgs API in JavaScript (ES5) Diagram API control

IDragEnterEventArgs - IDragEnterEventArgs notifies when the element enters into the diagram from symbol palette

Properties

cancel

boolean

returns whether to add or remove the symbol from diagram

diagram

DiagramModel

returns the instance of the diagram.

dragData

DropInfo

returns the node or connector that been dragged into diagram from other component

dragItem

NodeModel | ConnectorModel

returns the node or connector that been returned into the diagram

source

Object

returns the node or connector that is to be dragged into diagram.