TimePickerViewModel
require(["esri/widgets/support/TimePickerViewModel"], function(TimePickerVM) { /* code goes here */ });
Class:
esri/widgets/support/TimePickerViewModel
Inheritance: TimePickerViewModel Accessor
Since: ArcGIS API for JavaScript 4.15
Provides the logic for the TimePicker widget. This helper widget is utilized by the Directions widget.
- See also:
Constructors
- new TimePickerViewModel(properties)
- Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
String | The current state of the widget. more details | more details | TimePickerViewModel | |
Date | The selected date. more details | more details | TimePickerViewModel |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- state String
The current state of the widget.
For MomentElementViewModel the state is always "ready".
- Default Value:ready
- value Date
The selected date. If not provided, it is set to the current day of the year.
Loading...