SnapshotRemovedEventΒΆ
Class SnapshotRemovedEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotRemovedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
snapshot ID
snapshotID: number
The ID of the snapshot that was removed.
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 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 Case
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.
See