Type Alias: Labels
Labels = {
labelDayButton
: typeoflabelDayButton
;labelGrid
: typeoflabelGrid
;labelGridcell
: typeoflabelGridcell
;labelMonthDropdown
: typeoflabelMonthDropdown
;labelNav
: typeoflabelNav
;labelNext
: typeoflabelNext
;labelPrevious
: typeoflabelPrevious
;labelWeekday
: typeoflabelWeekday
;labelWeekNumber
: typeoflabelWeekNumber
;labelWeekNumberHeader
: typeoflabelWeekNumberHeader
;labelYearDropdown
: typeoflabelYearDropdown
; }
Defined in: src/types/shared.ts:135
Map of functions to translate ARIA labels for the relative elements.
Properties
labelDayButton
labelDayButton: typeof
labelDayButton
Defined in: src/types/shared.ts:151
The label for the day button.
labelGrid
labelGrid: typeof
labelGrid
Defined in: src/types/shared.ts:139
The label for the month grid.
labelGridcell
labelGridcell: typeof
labelGridcell
Defined in: src/types/shared.ts:141
The label for the gridcell, when the calendar is not interactive.
labelMonthDropdown
labelMonthDropdown: typeof
labelMonthDropdown
Defined in: src/types/shared.ts:143
The label for the month dropdown.
labelNav
labelNav: typeof
labelNav
Defined in: src/types/shared.ts:137
The label for the navigation toolbar.
labelNext
labelNext: typeof
labelNext
Defined in: src/types/shared.ts:147
The label for the "next month" button.
labelPrevious
labelPrevious: typeof
labelPrevious
Defined in: src/types/shared.ts:149
The label for the "previous month" button.
labelWeekday
labelWeekday: typeof
labelWeekday
Defined in: src/types/shared.ts:158
The label for the weekday.
labelWeekNumber
labelWeekNumber: typeof
labelWeekNumber
Defined in: src/types/shared.ts:160
The label for the week number.
labelWeekNumberHeader
labelWeekNumberHeader: typeof
labelWeekNumberHeader
Defined in: src/types/shared.ts:166
Return the label for the column of the week number.
Since
9.0.0
labelYearDropdown
labelYearDropdown: typeof
labelYearDropdown
Defined in: src/types/shared.ts:145
The label for the year dropdown.