SnapshotRestoredEventΒΆ
Class SnapshotRestoredEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotRestoredEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
settings
The settings used during the snapshot restoration process.
snapshot ID
snapshotID: number
The ID of the snapshot that was restored.
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.
Event that is fired when a snapshot has been restored.
This event is triggered whenever a snapshot is successfully restored in the session. It provides the ID of the restored snapshot and the settings used during the restoration process, allowing listeners to react to the restoration.
Use Case
Use this event to monitor when a snapshot is restored. This can be useful for updating the UI, reloading specific components, or applying additional logic based on the restored snapshot.
See