DatePickerRange: difference between 'setProps' and a callback

Reading DatePickerRange documentation, I came across the setProps property.

It says:

setProps (func) : Dash-assigned callback that gets fired when the value changes.

➥ What is the difference with a traditional callback based on “start_date”, or “end_date”?
➥ How could/should it be used?

1 Like