-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When index.js is moved to Typescript (#180), the drag_state needs some types.
See here:
Lines 1033 to 1042 in fe138c8
| "annotation": { | |
| "mouse_start": null, // Screen coordinates where the current mouse drag started | |
| "offset_start": null, // Scroll values where the current mouse drag started | |
| "zoom_val_start": null // zoom_val when the dragging interaction started | |
| }, | |
| "brush": { | |
| "mouse_start": null, // Screen coordinates where the current mouse drag started | |
| "offset_start": null, // Scroll values where the current mouse drag started | |
| "zoom_val_start": null // zoom_val when the dragging interaction started | |
| }, |
The same object declaration exists 7 times.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request