SnapshotChangedEvent

Class SnapshotChangedEvent

SNAPSHOT_CHANGED SNAPSHOT_CHANGED

Hierarchy

Constructors

  • The SNAPSHOT_CHANGED event occurs if a Snapshot has been changed.

    Parameters

    • snapshotID: number

      The ID of the Snapshot.

    • properties: SnapshotProperties

      An object with the changed Properties.

    Returns SnapshotChangedEvent

Properties

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

Accessors

  • get order(): number
  • Deprecated

    order is deprecated, please use properties.order instead.

    Returns number

  • get screenshot(): string
  • Deprecated

    screenshot is deprecated, please use properties.screenshot instead.

    Returns string

  • get text(): string
  • Deprecated

    text is deprecated, please use properties.name instead.

    Returns string