ProgressChangedEventΒΆ
Class ProgressChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ProgressChangedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
progress State
The current progress state of the viewer
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.
Was this page helpful? Please leave a thumbs up or down.
Event that is fired when the viewer progress state changes. This is the case whenever the viewer uploads data to the GPU, makes a request to a service or updates the rendering state.
If every resource is downloaded and drawing is finished, a ModelRenderedEvent will be fired.
See
EventType.PROGRESS_CHANGED