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
; }
Map of functions to translate ARIA labels for the relative elements.
Type declaration
Name | Type | Description |
---|---|---|
labelDayButton | typeof labelDayButton | The label for the day button. |
labelGrid | typeof labelGrid | The label for the month grid. |
labelGridcell | typeof labelGridcell | The label for the gridcell, when the calendar is not interactive. |
labelMonthDropdown | typeof labelMonthDropdown | The label for the month dropdown. |
labelNav | typeof labelNav | The label for the navigation toolbar. |
labelNext | typeof labelNext | The label for the "next month" button. |
labelPrevious | typeof labelPrevious | The label for the "previous month" button. |
labelWeekday | typeof labelWeekday | The label for the weekday. |
labelWeekNumber | typeof labelWeekNumber | The label for the week number. |
labelWeekNumberHeader | typeof labelWeekNumberHeader | Return the label for the column of the week number. Since 9.0.0 |
labelYearDropdown | typeof labelYearDropdown | The label for the year dropdown. |