chore(props): rename isEdgeAutoZIndex to elevateEdgesOnSelect
This commit is contained in:
@@ -118,7 +118,7 @@ export interface ReactFlowProps extends HTMLAttributes<HTMLDivElement> {
|
||||
connectOnClick?: boolean;
|
||||
attributionPosition?: AttributionPosition;
|
||||
proOptions?: ProOptions;
|
||||
isEdgeAutoZIndex?: boolean;
|
||||
elevateEdgesOnSelect?: boolean;
|
||||
}
|
||||
|
||||
export type ReactFlowRefType = HTMLDivElement;
|
||||
|
||||
Reference in New Issue
Block a user