Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neo4j-nvl/interaction-handlers

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/interaction-handlers - npm Package Compare versions

Comparing version 0.2.25 to 0.2.26

4

lib/index.d.ts

@@ -11,7 +11,7 @@ import type { ClickInteractionCallbacks, ClickInteractionOptions } from './interaction-handlers/click-interaction';

import { MultiSelectInteraction } from './interaction-handlers/multi-select-interaction';
import type { PanInteractionCallbacks } from './interaction-handlers/pan-interaction';
import type { PanInteractionCallbacks, PanInteractionOptions } from './interaction-handlers/pan-interaction';
import { PanInteraction } from './interaction-handlers/pan-interaction';
import type { ZoomInteractionCallbacks } from './interaction-handlers/zoom-interaction';
import { ZoomInteraction } from './interaction-handlers/zoom-interaction';
export type { MultiSelectInteractionOptions, MultiSelectInteractionCallbacks, ClickInteractionOptions, HoverInteractionOptions, HoverInteractionCallbacks, DragNodeInteractionCallbacks, ClickInteractionCallbacks, PanInteractionCallbacks, ZoomInteractionCallbacks, DrawInteractionCallbacks };
export type { MultiSelectInteractionOptions, MultiSelectInteractionCallbacks, ClickInteractionOptions, HoverInteractionOptions, HoverInteractionCallbacks, DragNodeInteractionCallbacks, ClickInteractionCallbacks, PanInteractionCallbacks, DrawInteractionCallbacks, PanInteractionOptions, ZoomInteractionCallbacks };
export { ZoomInteraction, PanInteraction, MultiSelectInteraction, ClickInteraction, HoverInteraction, DragNodeInteraction, DrawInteraction };
import { NVL } from '@neo4j-nvl/core';
import { BaseInteraction } from './base';
/**
* Options for the click interaction handler to customize its behavior.
*/
export type PanInteractionOptions = {
/**
* Whether to not pan when dragging within a certain margin of a node
* @defaultValue false
*/
excludeNodeMargin?: boolean;
};
/**
* Callbacks for the pan interaction handler.

@@ -5,0 +15,0 @@ */

{
"name": "@neo4j-nvl/interaction-handlers",
"version": "0.2.25",
"version": "0.2.26",
"license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc