Skip to content

Documentation / react-auth / SignMessageModalUIOptions

Type alias: SignMessageModalUIOptions

SignMessageModalUIOptions: Object

UI configuration object for the embedded wallet's Sign Message screen

Type declaration

buttonText?

buttonText?: string

Text for the CTA button on the Sign Message screen. Defaults to 'Sign and Continue'

description?

description?: string

Description text for the Sign Message screen. Defaults to 'Sign to continue'.

iconUrl?

iconUrl?: string

An icon to display on the Sign Message screen. Defaults to no icon.

showWalletUIs?

showWalletUIs?: boolean

Whether or not to show wallet UIs for this action. Defaults to the wallet UI setting enabled for your app in the Privy Dashboard, or showWalletUIs in the embeddedWallets config.

title?

title?: string

Title for the Sign Message screen. Defaults to 'Sign'.