> ## 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.

# CreateKeyExportIframeOptions

Options for setting up a key export iframe.

## Properties

| Property                                    | Type                                                                                                                                              | Description                                                                                                                                   |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="address" /> `address`                | `string`                                                                                                                                          | The address of the account to export.                                                                                                         |
| <a id="target" /> `target`                  | `string` \| `HTMLElement`                                                                                                                         | The target element: either a CSS selector string or an HTMLElement container. An iframe will be created and appended to the target container. |
| <a id="projectid" /> `projectId`            | `string`                                                                                                                                          | The project ID for authentication.                                                                                                            |
| <a id="label" /> `label?`                   | `string`                                                                                                                                          | The label for the button displayed in the iframe.                                                                                             |
| <a id="copiedlabel" /> `copiedLabel?`       | `string`                                                                                                                                          | The label to display when the key is copied successfully.                                                                                     |
| <a id="icon" /> `icon?`                     | `boolean`                                                                                                                                         | Whether to show an icon in the button. **Default** `true`                                                                                     |
| <a id="theme" /> `theme?`                   | `Partial`\<[`SecureIframeTheme`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SecureIframeTheme)>                                   | Theme overrides for the iframe button.                                                                                                        |
| <a id="onstatusupdate" /> `onStatusUpdate?` | (`status`: [`SecureIframeStatus`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SecureIframeStatus), `message?`: `string`) => `void` | Callback invoked when the iframe status changes.                                                                                              |
