Skip to content

Commit 0b5cc86

Browse files
committed
Types - Update ChartZoom type
1 parent 5647da3 commit 0b5cc86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ declare module 'vue-data-ui' {
121121
minimap?: ZoomMinimap;
122122
startIndex?: number | null;
123123
endIndex?: number | null;
124+
enableRangeHandles?: boolean;
125+
enableSelectionDrag?: boolean;
124126
}
125127

126128
export type Theme = "" | "zen" | "hack" | "concrete";
@@ -4501,6 +4503,8 @@ declare module 'vue-data-ui' {
45014503
zoomMinimap?: ZoomMinimap;
45024504
zoomStartIndex?: number | null;
45034505
zoomEndIndex?: number | null;
4506+
zoomEnableRangeHandles?: boolean;
4507+
zoomEnableSelectionDrag?: boolean;
45044508
userOptionsPosition?: 'right' | 'left';
45054509
userOptionsButtons?: {
45064510
tooltip?: boolean;

0 commit comments

Comments
 (0)