Interface: SelectMultipleContextValue
Represents the value of a SelectMultipleContext.
Properties
modifiers
• modifiers: SelectMultipleModifiers
The modifiers for the corresponding selection.
Defined in
src/contexts/SelectMultiple/SelectMultipleContext.tsx:25
onDayClick
• Optional onDayClick: DayClickEventHandler
Event handler to attach to the day button to enable the multiple select.
Defined in
src/contexts/SelectMultiple/SelectMultipleContext.tsx:27
selected
• selected: undefined | Date[]
The days that have been selected.