new UIWLDateSelector(dates, selectedDate)
Layers/GoWaterLeakRemoteSensing/clases/UI/components/UIWLDateSelector/index.ts, line 23
Creates an instance of the UIWLDateSelector. Initializes the DOM elements and configures the Flatpickr instance.
| Name | Type | Description |
|---|---|---|
dates |
Array.<string> |
An array of available dates (formatted as strings) that can be selected. |
selectedDate |
string |
The initially selected date to display. |
Extends
- undefined
