SnapshotCreationStartedEventΒΆ
Class SnapshotCreationStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotCreationStartedEvent
Index
Properties
Was this page helpful? Please leave a thumbs up or down.
Was this page helpful? Please leave a thumbs up or down.
Event that is fired when the creation of a snapshot starts.
This event is triggered at the beginning of the snapshot creation process, allowing listeners to react to the start of the operation.
Use Case
Use this event to track the start of a snapshot creation process. This can be useful for displaying loading indicators or preparing the application for the snapshot creation workflow.
See