feat(svelte): add nodesConnectable, nodesDraggable and elementsSelectable

This commit is contained in:
moklick
2023-05-22 12:24:35 +02:00
parent fb712a513f
commit ca4a6c20f9
10 changed files with 85 additions and 76 deletions
+1
View File
@@ -9,6 +9,7 @@ export type BaseEdge<EdgeData = any> = {
animated?: boolean;
hidden?: boolean;
deletable?: boolean;
selectable?: boolean;
data?: EdgeData;
selected?: boolean;
markerStart?: EdgeMarkerType;