Skip to content

Clock

Clock can operate the clock of the Viewer or CesiumWidget. All properties are applied to single clock.

Clock can be mounted insideViewer or CesiumWidget components. Clock can not be mounted more than once for each Viewer or CesiumWidget.

Property Type Description
shouldAnimate boolean
canAnimate boolean
clockRange ClockRange
clockStep ClockStep
currentTime JulianDate
multiplier number
startTime JulianDate
stopTime JulianDate

N/A

Property Type Description
onStop ((clock: Clock) => void) | undefined
onTick ((clock: Clock) => void) | undefined

N/A