Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Return type for the key export iframe hooks.

Properties

PropertyTypeDescription
statusnull | SecureIframeStatusThe current status of the iframe.
messageundefined | stringOptional message associated with the status.
updateTheme(theme: Partial<SecureIframeTheme>) => voidFunction to update the theme of the iframe.
cleanup() => voidFunction to manually clean up the iframe. Note: Cleanup is automatic when the component unmounts or when the iframe expires.