feat(svelte): add subflows

This commit is contained in:
moklick
2023-03-15 18:34:07 +01:00
parent 9e961809ee
commit 77d14f9ad0
15 changed files with 347 additions and 84 deletions

View File

@@ -80,6 +80,7 @@ export type NodeDragItem = {
extent?: 'parent' | CoordinateExtent;
parentNode?: string;
dragging?: boolean;
origin?: NodeOrigin;
};
export type NodeOrigin = [number, number];