SnapshotCreatedEvent

Class SnapshotCreatedEvent

SNAPSHOT_CREATED SNAPSHOT_CREATED

Hierarchy

Constructors

  • The SNAPSHOT_CREATED event occurs if a Snapshot has been created.

    Parameters

    • snapshotID: number

      The ID of the Snapshot.

    • properties: SnapshotProperties
    • _attachmentId: number

    Returns SnapshotCreatedEvent

Properties

id: number
properties: SnapshotProperties
snapshotID: number
transactionCode?: string
transactionID?: number
type?: EventType

Accessors

  • get attachmentID(): number
  • Deprecated

    attachmentID is deprecated, please use properties.thumbnail instead.

    Returns number

  • get name(): string
  • Deprecated

    name is deprecated, please use properties.name instead.

    Returns string

  • get order(): number
  • Deprecated

    order is deprecated, please use properties.order instead.

    Returns number