@braks/vue-flow / FitBounds
Type alias: FitBounds
Ƭ FitBounds: (bounds
: Rect
, options?
: FitBoundsOptions
) => void
Type declaration
â–¸ (bounds
, options?
): void
fit the viewpane around bounds
Parameters
Name | Type |
---|---|
bounds | Rect |
options? | FitBoundsOptions |
Returns
void