feat(props): add onMoveStart and onMoveEnd #358

This commit is contained in:
moklick
2020-07-24 17:39:35 +02:00
parent d73105df61
commit b77977997b
5 changed files with 95 additions and 8 deletions
+6
View File
@@ -241,3 +241,9 @@ export type NodePosUpdate = {
id: ElementId;
pos: XYPosition;
};
export type FlowTransform = {
x: number;
y: number;
zoom: number;
};