feat(stacking): disable auto layering, instead configure via zIndex prop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user