Function: labelPrevious()
labelPrevious(
month
):string
Defined in: src/labels/labelPrevious.ts:11
Generates the ARIA label for the "previous month" button.
Parameters
Parameter | Type | Description |
---|---|---|
month | undefined | Date | The date representing the previous month, or undefined if there is no previous month. |
Returns
string
The ARIA label for the "previous month" button.
Default Value
"Go to the Previous Month"