Search results

ICollectionChangeEventArgs API in JavaScript Diagram API control

ICollectionChangeEventArgs notifies while the node/connector are added or removed.

Properties

cancel

boolean

returns whether to cancel the change or not.

cause

DiagramAction

returns the action of diagram

diagramAction

string

returns the string of the DiagramAction

laneIndex

Number

returns the lane index

parentId

string

returns a parent node of the target node

state

EventState

returns the state of collection change event (Changing, Changed, Canceled)

type

ChangeType

returns the type of the collection change.