feat(fitView): added option to exclude hidden nodes
This commit is contained in:
@@ -236,6 +236,7 @@ export interface WrapNodeProps<T = any> {
|
||||
|
||||
export type FitViewParams = {
|
||||
padding: number;
|
||||
excludeHidden?: boolean;
|
||||
};
|
||||
|
||||
export type FlowExportObject<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user