Enumeration: InternalModifier
The name of the modifiers that are used internally by DayPicker.
Enumeration Members​
Disabled​
• Disabled = "disabled"
Name of the modifier applied to the disabled days, using the disabled
prop.
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:13
Hidden​
• Hidden = "hidden"
Name of the modifier applied to the hidden days using the hidden
prop).
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:17
Outside​
• Outside = "outside"
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:11
RangeEnd​
• RangeEnd = "range_end"
The modifier applied to the day ending a selected range, when in range selection mode.
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:23
RangeMiddle​
• RangeMiddle = "range_middle"
The modifier applied to the days between the start and the end of a selected range, when in range selection mode.
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:25
RangeStart​
• RangeStart = "range_start"
The modifier applied to the day starting a selected range, when in range selection mode.
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:21
Selected​
• Selected = "selected"
Name of the modifier applied to the selected days using the selected
prop).
Defined in​
packages/react-day-picker/src/types/Modifiers.ts:15
Today​
• Today = "today"
Name of the modifier applied to the day specified using the today
prop).