Interface ActionConfiguration

Hierarchy

  • ActionConfiguration

Properties

modals?: ("error" | "before" | "success")[] | "all"

Configure action modals behavior.

Default

['before']

notifications?: ("error" | "before" | "success")[] | "all"

Configure action notifications behavior.

Default

'all'

returnStrategy?: ReturnStrategy

Specifies return strategy for the deeplink when user signs/declines the request.

Default

'back'

skipRedirectToWallet?: "ios" | "always" | "never"

Deprecated

Shouldn't be used anymore, SDK will automatically detect return strategy for TWA-TWA connections. Specifies whether the method should redirect user to the connected wallet

Default

'ios'

twaReturnUrl?: `${string}://${string}`

Specifies return url for TWA-TWA connections. This will be applied as a return strategy if dApp is opened as a TWA and user selects TWA wallet (overrides returnStrategy if).

Generated using TypeDoc