Stay organized with collections
Save and categorize content based on your preferences.
Registers a callback that's fired when the slider's value changes.
Returns an ID which can be passed to unlisten() to unregister the callback.
Usage
Returns
DateSlider.onChange(callback)
String
Argument
Type
Details
this: ui.dateslider
ui.DateSlider
The ui.DateSlider instance.
callback
Function
The callback to fire when the slider's state changes. The callback is passed an ee.DateRange representing the slider's current value and the slider widget.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`onChange` registers a callback function that is triggered when the DateSlider's value changes."],["The callback function receives the current date range (as an `ee.DateRange`) and the DateSlider widget itself as arguments."],["Calling `onChange` returns a unique ID that can be used with `unlisten()` to remove the callback."]]],[]]