SnapshotCreatedEventΒΆ
Class SnapshotCreatedEvent
Hierarchy (View Summary)
- WebVisEvent
- SnapshotCreatedEvent
Index
Properties
Accessors
Properties
id
id: number
The unique ID of the event.
properties
The properties of the created snapshot, such as name, order, and thumbnail.
snapshot ID
snapshotID: number
The ID of the created snapshot.
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.
Accessors
attachment ID
- get attachmentID(): number
name
- get name(): string
Returns string
The name of the snapshot.
Deprecated
name is deprecated, please use properties.name instead.
order
- get order(): number
Event that is fired when a snapshot has been successfully created. It provides information about the created snapshot, including its ID and properties.
Use Case
Use this event to monitor the creation of snapshots. This can be useful for updating the UI, displaying confirmation messages, or triggering additional workflows based on the created snapshot.
See