feat(nodes): add selectNodesOnDrag prop type

This commit is contained in:
moklick
2020-05-25 18:13:12 +02:00
parent b6b3fded77
commit 02b4dc82df
7 changed files with 47 additions and 9 deletions
+1
View File
@@ -123,6 +123,7 @@ export interface WrapNodeProps {
xPos: number;
yPos: number;
isInteractive: boolean;
selectNodesOnDrag: boolean;
onClick?: (node: Node) => void;
onNodeDragStart?: (node: Node) => void;
onNodeDragStop?: (node: Node) => void;