DrawingChangedEvent¶
Class DrawingChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- DrawingChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new DrawingChangedEvent(
drawingId: number,
properties: DrawingProperties,
): DrawingChangedEvent This event is fired when a drawing has been changed.
Parameters
- drawingId: number
The id of the Drawing.
- properties: DrawingProperties
Properties of the Drawing.
Returns DrawingChangedEvent
- drawingId: number
Properties
drawing Id
drawingId: number
The id of the Drawing.
id
id: number
The unique ID of the event.
properties
Properties of the Drawing.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
DRAWING_CHANGED