feat(nodes): add onDragStart handler #241
This commit is contained in:
@@ -123,6 +123,7 @@ export interface WrapNodeProps {
|
||||
yPos: number;
|
||||
isInteractive: boolean;
|
||||
onClick: (node: Node) => void | undefined;
|
||||
onNodeDragStart: (node: Node) => void;
|
||||
onNodeDragStop: (node: Node) => void;
|
||||
style?: CSSProperties;
|
||||
sourcePosition?: Position;
|
||||
|
||||
Reference in New Issue
Block a user