We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5647da3 commit 0b5cc86Copy full SHA for 0b5cc86
types/vue-data-ui.d.ts
@@ -121,6 +121,8 @@ declare module 'vue-data-ui' {
121
minimap?: ZoomMinimap;
122
startIndex?: number | null;
123
endIndex?: number | null;
124
+ enableRangeHandles?: boolean;
125
+ enableSelectionDrag?: boolean;
126
}
127
128
export type Theme = "" | "zen" | "hack" | "concrete";
@@ -4501,6 +4503,8 @@ declare module 'vue-data-ui' {
4501
4503
zoomMinimap?: ZoomMinimap;
4502
4504
zoomStartIndex?: number | null;
4505
zoomEndIndex?: number | null;
4506
+ zoomEnableRangeHandles?: boolean;
4507
+ zoomEnableSelectionDrag?: boolean;
4508
userOptionsPosition?: 'right' | 'left';
4509
userOptionsButtons?: {
4510
tooltip?: boolean;
0 commit comments