Skip to main content

Clock

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

Availability

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

Properties

Cesium properties

PropertyTypeDescription
canAnimateboolean
clockRangeClockRange
clockStepClockStep
currentTimeJulianDate
multipliernumber
shouldAnimateboolean
startTimeJulianDate
stopTimeJulianDate

Cesium read-only properties

N/A

Cesium events

PropertyTypeDescription
onStop(clock: Clock) => void
onTick(clock: Clock) => void

Other properties

N/A