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