SnapshotChangedEvent¶
Class SnapshotChangedEvent
Hierarchy (View Summary)
- WebVisEvent- SnapshotChangedEvent
 
Constructors
Properties
Accessors
constructor
- new SnapshotChangedEvent(
 snapshotID: number,
 properties: SnapshotProperties,
 ): SnapshotChangedEvent
- The SNAPSHOT_CHANGED event occurs if a Snapshot has been changed. - Parameters- snapshotID: numberThe ID of the Snapshot. 
- properties: SnapshotPropertiesAn object with the changed Properties. 
 - Returns SnapshotChangedEvent
- snapshotID: number
id
id: number
The unique ID of the event.
properties
An object with the changed Properties.
snapshotID
snapshotID: number
The ID of the Snapshot.
Optionaltransaction
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
order
- get order(): number
- Returns number
screenshot
- get screenshot(): string
- Returns string
text
- get text(): string
- Returns string- Deprecated- text is deprecated, please use properties.name instead. 
SNAPSHOT_CHANGED SNAPSHOT_CHANGED