DateGalleryDateSelectedMultipleEvent

TYPE DEFINITION

Represents the fact that multiple dates have been selected.

Since 1.6.0

Extends DateGalleryBaseEvent

Properties

  • dates

    Date []

    The dates that were selected.

    Since 1.6.0

  • deselectedDates

    Date []

    The dates which were deselected.

    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_MULTIPLE"

    Which type occurred

    Since 1.6.0