Skip to main content
hideBackButtons hides back navigation buttons in the widget UI. Use it when you want to keep users in a specific flow—for example, during a guided link experience where returning to the flow or connector list would break the intended path.

Where it applies

hideBackButtons is supported in three places in Widget v3:

React: Widget

Pass hideBackButtons to <Widget /> when you mount the widget container in your app:

React: Connections

Pass hideBackButtons to <Connections /> for inline connection flows:
Pass hideBackButtons when calling link() to open the widget to a specific connector. This is the most common use case—it prevents users from navigating back to the flow selection screen after you deep-link them into a connector.
See the full link reference for all supported parameters.