Type alias WidgetConfiguration

WidgetConfiguration: {
    theme?: WidgetTheme;
    language?: WidgetLanguage;
    walletConnect?: WalletConnectConfig;
}

Widget Configuration represents the shared configuration options for the Checkout Widgets.

Type declaration

Generated using TypeDoc