SnapshotRemovedEventΒΆ

Event that is fired when a snapshot has been removed.

This event is triggered whenever a snapshot is deleted from the session. It provides the ID of the removed snapshot, allowing listeners to react to the removal.

Use this event to monitor the removal of snapshots. This can be useful for updating the UI, clearing references to the removed snapshot, or performing cleanup operations.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

snapshotID: number

The ID of the snapshot that was removed.

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.