Documentation
    Preparing search index...

    Type Alias TonConnectUiCreateOptions

    TonConnectUiCreateOptions:
        | TonConnectUiOptionsWithConnector
        | TonConnectUiOptionsWithManifest

    Constructor options for new TonConnectUI(...). Either pass a manifestUrl and let TonConnectUI create the underlying connector for you, or hand in an existing ITonConnect instance via connector.

    Both shapes extend TonConnectUiCreateOptionsBase (and therefore TonConnectUiOptions), so the UI-level options — theme, language, wallet filters, analytics — are the same regardless of which form you pick.