@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.
- package/dist/html-graph.d.ts +1 -0
- package/dist/html-graph.js +235 -204
- package/dist/html-graph.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/html-graph.d.ts
CHANGED
|
@@ -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
|
};
|