SnapshotRestoredEventΒΆ

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 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.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

The settings used during the snapshot restoration process.

snapshotID: number

The ID of the snapshot that was restored.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.