DrawingRemovedEvent¶
Class DrawingRemovedEvent
Hierarchy (View Summary)
- WebVisEvent
- DrawingRemovedEvent
Index
Constructors
Properties
Constructors
constructor
- new DrawingRemovedEvent(drawingId: number): DrawingRemovedEvent
This event is fired when a drawing has been removed.
Parameters
- drawingId: number
The id of the Drawing.
Returns DrawingRemovedEvent
- drawingId: number
Properties
drawing Id
drawingId: number
The id of the Drawing.
id
id: number
The unique ID of the event.
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_REMOVED