Skip to content

Commit 621f572

Browse files
authored
List and VectorMap - fix incorrect 'true' type in doc (#29112)
1 parent 5c1bd49 commit 621f572

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/devextreme/js/ui/list.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export interface dxListOptions<
577577
selectAllMode?: SelectAllMode;
578578
/**
579579
* @docid
580-
* @default 'true'
580+
* @default true
581581
* @public
582582
*/
583583
selectByClick?: boolean;

packages/devextreme/js/viz/vector_map.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@ export interface dxVectorMapOptions extends BaseWidgetOptions<dxVectorMap> {
389389
enabled?: boolean;
390390
/**
391391
* @docid
392-
* @default 'true'
392+
* @default true
393393
*/
394394
panVisible?: boolean;
395395
/**
396396
* @docid
397-
* @default 'true'
397+
* @default true
398398
*/
399399
zoomVisible?: boolean;
400400
/**

0 commit comments

Comments
 (0)