@html-graph/html-graph 7.1.0 → 7.2.0

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.
@@ -467,6 +467,7 @@ export declare interface DraggableNodesConfig {
467
467
  readonly mouseUpEventVerifier?: MouseEventVerifier;
468
468
  };
469
469
  readonly events?: {
470
+ readonly onNodeDragStarted?: (nodeId: Identifier) => void;
470
471
  readonly onNodeDrag?: (nodeId: Identifier) => void;
471
472
  readonly onNodeDragFinished?: (nodeId: Identifier) => void;
472
473
  };