feat(stacking): simplify zIndex and treeLevel behaviour

This commit is contained in:
Christopher Möller
2021-11-04 12:42:14 +01:00
parent 79e46d90ad
commit 1b390e103d
6 changed files with 24 additions and 27 deletions
+1 -2
View File
@@ -82,9 +82,8 @@ export interface Node<T = any> {
dragHandle?: string;
width?: number | null;
height?: number | null;
handleBounds?: NodeHandleBounds;
parentNode?: ElementId;
childNodes?: Node[];
zIndex?: number;
}
export enum ArrowHeadType {