Skip to content

Commit 00bee08

Browse files
add doc tags for added fields in global config
1 parent 82107be commit 00bee08

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

packages/devextreme/js/common.d.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,35 @@ export type VersionAssertion = {
285285
*/
286286
export type GlobalConfig = {
287287
versionAssertions?: VersionAssertion[];
288+
/**
289+
* @docid
290+
* @default undefined
291+
* @public
292+
*/
288293
dateFormat?: LocalizationFormat | Record<string, LocalizationFormat>;
294+
/**
295+
* @docid
296+
* @default undefined
297+
* @public
298+
*/
289299
timeFormat?: LocalizationFormat | Record<string, LocalizationFormat>;
300+
/**
301+
* @docid
302+
* @default undefined
303+
* @public
304+
*/
290305
dateTimeFormat?: LocalizationFormat | Record<string, LocalizationFormat>;
306+
/**
307+
* @docid
308+
* @default undefined
309+
* @public
310+
*/
291311
numberFormat?: LocalizationFormat | Record<string, LocalizationFormat>;
312+
/**
313+
* @docid
314+
* @default undefined
315+
* @public
316+
*/
292317
dateTimeFormatPresets?: Record<string, LocalizationFormat | Record<string, LocalizationFormat>>;
293318
/**
294319
* @docid

0 commit comments

Comments
 (0)