Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeSliderProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional disabled

disabled: boolean

When true, sets the widget to a disabled state so the user cannot interact with it.

Read more...

Optional fullTimeExtent

fullTimeExtent: TimeExtentProperties

The temporal extent of the entire slider.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional labelFormatFunction

labelFormatFunction: DateLabelFormatter

A function used to specify custom formatting and styling of the min, max, and extent labels of the TimeSlider.

Read more...

Optional layout

layout: "auto" | "compact" | "wide"

Determines the layout used by the TimeSlider widget.

Read more...

Optional loop

loop: boolean

When true, the time slider will play its animation in a loop.

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 tickConfigs

tickConfigs: TickConfig[]

When set, overrides the default TimeSlider ticks labelling system.

Read more...

Optional timeExtent

The current time extent of the time slider.

Read more...

Optional timeVisible

timeVisible: boolean

Shows/hides time in the display.

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...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc