Type Alias: Formatters
Formatters: {
formatCaption
: typeofformatCaption
;formatDay
: typeofformatDay
;formatMonthDropdown
: typeofformatMonthDropdown
;formatWeekdayName
: typeofformatWeekdayName
;formatWeekNumber
: typeofformatWeekNumber
;formatWeekNumberHeader
: typeofformatWeekNumberHeader
;formatYearDropdown
: typeofformatYearDropdown
; }
Represent a map of formatters used to render localized content.
Type declaration
Name | Type | Description |
---|---|---|
formatCaption | typeof formatCaption | Format the caption of a month grid. |
formatDay | typeof formatDay | Format the day in the day cell. |
formatMonthDropdown | typeof formatMonthDropdown | Format the label in the month dropdown. |
formatWeekdayName | typeof formatWeekdayName | Format the week day name in the header. |
formatWeekNumber | typeof formatWeekNumber | Format the week number. |
formatWeekNumberHeader | typeof formatWeekNumberHeader | Format the header of the week number column. |
formatYearDropdown | typeof formatYearDropdown | Format the label in the year dropdown. |