SnapshotChangedEventΒΆ

Class SnapshotChangedEvent

SNAPSHOT_CHANGED SNAPSHOT_CHANGED

Hierarchy

Constructors

Properties

id: number
properties: SnapshotProperties

An object with the changed Properties.

snapshotID: number

The ID of the Snapshot.

transactionCode?: string
transactionID?: number
type?: EventType

Accessors

  • get order(): number
  • Returns number

    Deprecated

    order is deprecated, please use properties.order instead.

  • get screenshot(): string
  • Returns string

    Deprecated

    screenshot is deprecated, please use properties.screenshot instead.

  • get text(): string
  • Returns string

    Deprecated

    text is deprecated, please use properties.name instead.