> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateKeyExportIframeResult

Result of setting up a key export iframe.

## Properties

| Property                             | Type                                                                                                                                 | Description                                                 |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| <a id="iframe" /> `iframe`           | `HTMLIFrameElement`                                                                                                                  | The iframe element that was set up.                         |
| <a id="cleanup" /> `cleanup`         | () => `void`                                                                                                                         | Function to clean up event listeners and remove the iframe. |
| <a id="updatetheme" /> `updateTheme` | (`theme`: `Partial`\<[`SecureIframeTheme`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SecureIframeTheme)>) => `void` | Function to update the theme of the iframe.                 |
