DrawingChangedEvent#
Class DrawingChangedEvent
Hierarchy
- WebVisEvent
- DrawingChangedEvent
 
Constructors
Properties
Constructors
constructor
- new Drawing Changed Event(drawingId, properties): DrawingChangedEvent 
- 
This event is fired when a drawing has been changed. Parameters- 
drawingId: numberThe id of the Drawing. 
- 
properties: DrawingPropertiesProperties of the Drawing. 
 Returns DrawingChangedEvent
- 
Properties
drawing
drawing
The id of the Drawing.
id
id: number
properties
Properties of the Drawing.
Optional transaction
transaction
Optional transactionID
transactionID?: number
DRAWING_CHANGED