Documentation
    Preparing search index...

    Type Alias WalletSelectionSurface

    WalletSelectionSurface:
        | "universal-modal"
        | "all-wallets-list"
        | "connection-modal"
        | "single-wallet-modal"
        | "embedded"

    Where in the UI a wallet was picked. Recorded at the click, never inferred — the field this replaces was a module-level signal's initial value, which is why 93% of rows reported a "no list shown" default that no code path ever assigned.

    embedded means no modal was rendered at all: the dApp is running inside a wallet's own browser and that wallet was connected directly.