Skip to main content

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

src/types/Modifiers.ts:15


Hidden

Hidden = "hidden"

Name of the modifier applied to the hidden days using the hidden prop).

Defined in

src/types/Modifiers.ts:19


Outside

Outside = "outside"

Defined in

src/types/Modifiers.ts:13


RangeEnd

RangeEnd = "range_end"

The modifier applied to the day ending a selected range, when in range selection mode.

Defined in

src/types/Modifiers.ts:25


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

src/types/Modifiers.ts:27


RangeStart

RangeStart = "range_start"

The modifier applied to the day starting a selected range, when in range selection mode.

Defined in

src/types/Modifiers.ts:23


Selected

Selected = "selected"

Name of the modifier applied to the selected days using the selected prop).

Defined in

src/types/Modifiers.ts:17


Today

Today = "today"

Name of the modifier applied to the day specified using the today prop).

Defined in

src/types/Modifiers.ts:21