Skip to main content
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.