We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1bd49 commit 621f572Copy full SHA for 621f572
packages/devextreme/js/ui/list.d.ts
@@ -577,7 +577,7 @@ export interface dxListOptions<
577
selectAllMode?: SelectAllMode;
578
/**
579
* @docid
580
- * @default 'true'
+ * @default true
581
* @public
582
*/
583
selectByClick?: boolean;
packages/devextreme/js/viz/vector_map.d.ts
@@ -389,12 +389,12 @@ export interface dxVectorMapOptions extends BaseWidgetOptions<dxVectorMap> {
389
enabled?: boolean;
390
391
392
393
394
panVisible?: boolean;
395
396
397
398
399
zoomVisible?: boolean;
400
0 commit comments