# Interface: TransferViewConfig

[Mobile Web Capture API Reference](../index.md) / TransferViewConfig

# Interface: TransferViewConfig

Configures the `TransferView`, where the user picks the document to copy or move the selected pages into.

## Remarks

Set this through [MobileWebCaptureConfig.transferViewConfig](MobileWebCaptureConfig.md#transferviewconfig), which exposes the properties below that a consumer can meaningfully set; the rest are wired up by MWC.

## Properties

### container?

> `optional` **container?**: `HTMLElement`

The container element for this View.

#### Remarks

When omitted, MWC creates one inside [MobileWebCaptureConfig.container](MobileWebCaptureConfig.md#container).

***

### toolbarButtonsConfig?

> `optional` **toolbarButtonsConfig?**: `TransferToolbarButtons`

Overrides the icon, label, or visibility of the `TransferView` toolbar buttons.
