# Interface: HistoryViewConfig

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

# Interface: HistoryViewConfig

Configures the `HistoryView`, which lists the documents uploaded during the session.

## Remarks

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

The View itself only appears once [ExportConfig.uploadToServer](ExportConfig.md#uploadtoserver), [ExportConfig.downloadFromServer](ExportConfig.md#downloadfromserver), and [ExportConfig.deleteFromServer](ExportConfig.md#deletefromserver) are all defined and the `LibraryView` is enabled.

## Properties

### container?

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

The container element for this View.

#### Remarks

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

***

### emptyContentConfig?

> `optional` **emptyContentConfig?**: [`EmptyContentConfig`](../type-aliases/EmptyContentConfig.md)

What the View displays while nothing has been uploaded yet.

***

### toolbarButtonsConfig?

> `optional` **toolbarButtonsConfig?**: [`HistoryToolbarButtonsConfig`](HistoryToolbarButtonsConfig.md)

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