Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeSliderViewModelProperties

Hierarchy

  • TimeSliderViewModelProperties

Index

Properties

Optional fullTimeExtent

fullTimeExtent: TimeExtentProperties

The temporal extent of the entire slider.

Read more...

Optional loop

loop: boolean

If animating, the time indicator(s) will restart if they reach the edge.

Read more...

Optional mode

mode: "instant" | "time-window" | "cumulative-from-start" | "cumulative-from-end"

The time slider mode.

Read more...

Optional playRate

playRate: number

The time (in milliseconds) between animation steps.

Read more...

Optional stops

Defines specific locations on the time slider where thumbs will snap to when manipulated.

Read more...

Optional timeExtent

The current time extent of the time slider.

Read more...

Optional values

values: DateProperties[]

The user defined time extent.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

A reference to the MapView or SceneView.

Read more...

Generated using TypeDoc