Skip to main content

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:136

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

Properties

labelDayButton

labelDayButton: typeof labelDayButton

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

The label for the day button.


labelGrid

labelGrid: typeof labelGrid

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

The label for the month grid.


labelGridcell

labelGridcell: typeof labelGridcell

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

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


labelMonthDropdown

labelMonthDropdown: typeof labelMonthDropdown

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

The label for the month dropdown.


labelNav

labelNav: typeof labelNav

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

The label for the navigation toolbar.


labelNext

labelNext: typeof labelNext

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

The label for the "next month" button.


labelPrevious

labelPrevious: typeof labelPrevious

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

The label for the "previous month" button.


labelWeekday

labelWeekday: typeof labelWeekday

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

The label for the weekday.


labelWeekNumber

labelWeekNumber: typeof labelWeekNumber

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

The label for the week number.


labelWeekNumberHeader

labelWeekNumberHeader: typeof labelWeekNumberHeader

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

The label for the column of week numbers.


labelYearDropdown

labelYearDropdown: typeof labelYearDropdown

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

The label for the year dropdown.