Optional
code
code?: string
Optional
date
date?: (
value: Date,
language: string,
options: DateTimeFormatOptions,
preformattedLocaleValue?: string,
) => string
Optional
number
number?: (value: number, language: string) => string
Optional
time
time?: (
value: Date,
language: string,
options: DateTimeFormatOptions,
preformattedLocaleValue?: string,
) => string
Optional
translations
translations?: {
group?: string;
meter?: { title?: string };
tabularRep: { downloadAsCSV?: string; title?: string };
toolbar: {
exitFullScreen?: string;
exportAsCSV?: string;
exportAsJPG?: string;
exportAsPNG?: string;
makeFullScreen?: string;
moreOptions?: string;
resetZoom?: string;
showAsTable?: string;
zoomIn?: string;
zoomOut?: string;
};
total?: string;
}
Locale Options Interface