Skip to main content
Version: next

Type Alias: Labels

Labels = { labelDayButton: typeof labelDayButton; labelGrid: typeof labelGrid; labelGridcell: typeof labelGridcell; labelMonthDropdown: typeof labelMonthDropdown; labelNav: typeof labelNav; labelNext: typeof labelNext; labelPrevious: typeof labelPrevious; labelWeekday: typeof labelWeekday; labelWeekNumber: typeof labelWeekNumber; labelWeekNumberHeader: typeof labelWeekNumberHeader; labelYearDropdown: typeof labelYearDropdown; }

Defined in: src/types/shared.ts:115

A map of functions to translate ARIA labels for various elements.

Properties

labelDayButton

labelDayButton: typeof labelDayButton

Defined in: src/types/shared.ts:131

The label for the day button.


labelGrid

labelGrid: typeof labelGrid

Defined in: src/types/shared.ts:119

The label for the month grid.


labelGridcell

labelGridcell: typeof labelGridcell

Defined in: src/types/shared.ts:121

The label for the gridcell, when the calendar is not interactive.


labelMonthDropdown

labelMonthDropdown: typeof labelMonthDropdown

Defined in: src/types/shared.ts:123

The label for the month dropdown.


labelNav

labelNav: typeof labelNav

Defined in: src/types/shared.ts:117

The label for the navigation toolbar.


labelNext

labelNext: typeof labelNext

Defined in: src/types/shared.ts:127

The label for the "next month" button.


labelPrevious

labelPrevious: typeof labelPrevious

Defined in: src/types/shared.ts:129

The label for the "previous month" button.


labelWeekday

labelWeekday: typeof labelWeekday

Defined in: src/types/shared.ts:133

The label for the weekday.


labelWeekNumber

labelWeekNumber: typeof labelWeekNumber

Defined in: src/types/shared.ts:135

The label for the week number.


labelWeekNumberHeader

labelWeekNumberHeader: typeof labelWeekNumberHeader

Defined in: src/types/shared.ts:137

The label for the column of week numbers.


labelYearDropdown

labelYearDropdown: typeof labelYearDropdown

Defined in: src/types/shared.ts:125

The label for the year dropdown.