feat(zoom): Add option to zoom to specific node ids and transitionDuration for smooth transitions on fitView
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -68,6 +68,8 @@ export type FitViewParams = {
|
||||
x?: number
|
||||
y?: number
|
||||
}
|
||||
transitionDuration?: number
|
||||
nodes?: ElementId[]
|
||||
}
|
||||
|
||||
export type FlowExportObject<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user