@moneytree/mt-link-javascript-sdk
    Preparing search index...

    Interface VaultSpecificOptions

    interface VaultSpecificOptions {
        showBackBarOn?:
            | VaultViewConnectionSetting
            | Pick<VaultViewServiceList, "view">;
    }
    Index
    showBackBarOn?: VaultViewConnectionSetting | Pick<VaultViewServiceList, "view">

    Show the back bar button when the guest is on a specific Vault page.

    Supported views:

    • { view: 'services-list' }
    • { view: 'connection-setting', credentialId: string }

    This option only has an effect on mobile viewport sizes. On desktop, the back bar button is always visible regardless of this setting.