feat(fitView): added option to exclude hidden nodes

This commit is contained in:
Eugene Samonenko
2021-02-06 12:20:20 +02:00
parent b2043a4822
commit 7324767c31
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -236,6 +236,7 @@ export interface WrapNodeProps<T = any> {
export type FitViewParams = {
padding: number;
excludeHidden?: boolean;
};
export type FlowExportObject<T = any> = {