Type Alias OnrampWidgetConfiguration

OnrampWidgetConfiguration: {
    showMenu?: boolean;
    customTitle?: string;
    customSubTitle?: string;
    showHeader?: boolean;
} & WidgetConfiguration

Onramp Widget Configuration represents the configuration options for the Onramp Widget.

Type declaration

  • OptionalshowMenu?: boolean

    Whether to show the menu in the Transak widget (default: true)

  • OptionalcustomTitle?: string

    The custom title to display in the widget header

  • OptionalcustomSubTitle?: string

    The custom subtitle to display on the exchange screen in the Transak widget (default: 'Buy')

  • OptionalshowHeader?: boolean

    Whether to show the header (default: true)