Events
viewer3d.streamingprogress
Updated 22 Nov 2024
Did this page help you?
Invoked when the viewer is streaming data and loading progress of scheduled data changes.
Function called when streaming progress changes.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
progress | Number | Loading progress of scheduled data |
Function called when streaming progress changes.
Type |
---|
(event: Object, progress: String) => Void |
event
progress
Loading progress of scheduled data.