react-day-picker / website /versioned_docs /version-8.10.1 /api /interfaces /SelectMultipleContextValue.md
Interface: SelectMultipleContextValue
Represents the value of a SelectMultipleContext.
Properties
modifiers
modifiers:
SelectMultipleModifiers
The modifiers for the corresponding selection.
Source
src/contexts/SelectMultiple/SelectMultipleContext.tsx:24
onDayClick?
optionalonDayClick:DayClickEventHandler
Event handler to attach to the day button to enable the multiple select.
Source
src/contexts/SelectMultiple/SelectMultipleContext.tsx:26
selected
selected:
undefined|Date[]
The days that have been selected.