Skip to content

@vue-flow/monorepo • Docs


Interface: ControlProps ​

Properties ​

fitViewParams? ​

optional fitViewParams: FitViewParams

Parameters to use when the fit view control button is pressed

Default ​

ts
undefined

position? ​

optional position: PanelPositionType

The position of the <Controls> panel

Default ​

ts
'bottom-left'

showFitView? ​

optional showFitView: boolean

Show the fit view control button

Default ​

ts
true

showInteractive? ​

optional showInteractive: boolean

Show the interactivity toggle control button

Default ​

ts
true

showZoom? ​

optional showZoom: boolean

Show the zoom control buttons (zoom-in and zoom-out)

Default ​

ts
true

Released under the MIT License.