DrawingRemovedEventΒΆ

DRAWING_REMOVED

Hierarchy (View Summary)

Constructors

  • This event is fired when a drawing has been removed.

    Parameters

    • drawingId: number

      The id of the Drawing.

    Returns DrawingRemovedEvent

Properties

drawingId: number

The id of the Drawing.

id: number

The unique ID of the event.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.