DateGalleryDateSelectedEvent
TYPE DEFINITION
Represents the fact that a date has been selected.
Since 1.6.0
Extends DateGalleryBaseEventProperties
-
date
Date
The date that was selected.
Since 1.6.0
-
deselectedDate
Date | null
The date which was deselected, will be null when no value was deselected as part of the selection.
A deselection will only happen as part of a selection when maxSelectionLimit is set to a number and maxSelectionLimitBehavior is set to circular.
Since 1.6.0
-
type
"DATE_SELECTED"
Which type occurred
Since 1.6.0