SnapshotChangedEventΒΆ
Class SnapshotChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotChangedEvent
Index
Properties
Accessors
Properties
id
id: number
The unique ID of the event.
properties
An object with the changed properties.
snapshot ID
snapshotID: number
The ID of the Snapshot.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
Optionaltransaction ID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
Accessors
order
- get order(): number
screenshot
- get screenshot(): string
text
- get text(): string
Returns string
The name of the snapshot.
Deprecated
text is deprecated, please use properties.name instead.
Event that is fired when a snapshot has been changed.
It provides the ID of the snapshot and the updated properties, allowing listeners to react to the changes.
Use Case
Use this event to monitor changes to snapshots, such as updates to their name, order, or thumbnail. This is particularly useful for keeping the UI or other components in sync with the latest snapshot state.
See