@neo4j-nvl/interaction-handlers 0.2.31 → 0.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ export type ZoomInteractionCallbacks = {
|
|
|
9
9
|
* @param zoomLevel - The zoom level
|
|
10
10
|
* @param event - The original mouse wheel event
|
|
11
11
|
*/
|
|
12
|
-
onZoom?: (zoomLevel: number, event: WheelEvent) => void | boolean;
|
|
12
|
+
onZoom?: ((zoomLevel: number, event: WheelEvent) => void) | boolean;
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
15
|
* Interaction handler for zooming the canvas.
|