SnapshotChangedEvent#
Class SnapshotChangedEvent
Hierarchy
- WebVisEvent
- SnapshotChangedEvent
 
Constructors
Properties
Accessors
Constructors
constructor
- new Snapshot Changed Event(snapshotID, properties): 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
- 
Properties
id
id: number
properties
An object with the changed Properties.
snapshotID
snapshotID: number
The ID of the Snapshot.
Optional transaction
transaction
Optional transactionID
transactionID?: number
Optional type
Accessors
order
- get order(): number
- 
Returns numberDeprecatedorder is deprecated, please use properties.order instead. 
screenshot
- get screenshot(): string
- 
Returns stringDeprecatedscreenshot is deprecated, please use properties.screenshot instead. 
text
- get text(): string
- 
Returns stringDeprecatedtext is deprecated, please use properties.name instead. 
SNAPSHOT_CHANGED SNAPSHOT_CHANGED