chore(props): rename isEdgeAutoZIndex to elevateEdgesOnSelect

This commit is contained in:
moklick
2022-05-02 23:40:04 +02:00
parent 2363046af9
commit dcc05ad8cd
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export interface ReactFlowProps extends HTMLAttributes<HTMLDivElement> {
connectOnClick?: boolean;
attributionPosition?: AttributionPosition;
proOptions?: ProOptions;
isEdgeAutoZIndex?: boolean;
elevateEdgesOnSelect?: boolean;
}
export type ReactFlowRefType = HTMLDivElement;