DiagramEvent$Typings extension

on

Properties

diagram Diagram
Gets the diagram associated with the event.
getter/setter pair
name String
Gets or sets the name of the kind of diagram event that this represents. This property should always be set to one of the recognized list of names, as listed in the documentation for DiagramEvent.
getter/setter pair
parameter ↔ dynamic
Gets or sets an optional object that describes the change to the subject of the diagram event. This property defaults to null.
getter/setter pair
subject ↔ dynamic
Gets or sets an optional object that is the subject of the diagram event. This property defaults to null.
getter/setter pair