AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified

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?

optional onDayClick: 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.

Source

src/contexts/SelectMultiple/SelectMultipleContext.tsx:22