feat(stacking): disable auto layering, instead configure via zIndex prop

This commit is contained in:
Christopher Möller
2021-11-10 18:06:28 +01:00
parent f0e79c634a
commit c29decade5
4 changed files with 62 additions and 36 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface Edge<T = any> {
selected?: boolean;
markerStart?: EdgeMarkerType;
markerEnd?: EdgeMarkerType;
zIndex?: number;
}
// props that get passed to a custom edge