When true
, sets the widget to a disabled state so the user cannot interact with it.
Lists the specific locations on the timeline where handle(s) will snap to when manipulated.
The temporal extent of the entire slider.
The widget's default CSS icon class.
The unique ID assigned to the widget when the widget is created.
The widget's label.
A function used to specify custom formatting and styling of the min, max, and extent labels of the TimeSlider.
Determines the layout used by the TimeSlider widget.
When true
, the time slider will play its animation in a loop.
The time slider mode.
The time (in milliseconds) between animation steps.
Defines specific locations on the time slider where thumbs will snap to when manipulated.
When set, overrides the default TimeSlider ticks labelling system.
The current time extent of the time slider.
Shows/hides time in the display.
The user defined time extent.
The view model for this widget.
Indicates whether the widget is visible.
A utility method used for building the value for a widget's class
property.
Destroys the widget instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Incrementally moves the time extent forward one stop.
Registers an event handler on the instance.
Widget teardown helper.
Initiates the time slider's temporal playback.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
Incrementally moves the time extent back one stop.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
Stops the time slider's temporal playback.
Updates the time slider widget definition in the provided WebMap.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The ID or node representing the DOM element containing the widget.
Read more...