# Interface: LibraryToolbarButtonsConfig

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

# Interface: LibraryToolbarButtonsConfig

The customizable buttons of the `LibraryView` toolbar.

## Remarks

The first group is the default toolbar; the rest appear once the user selects one or more documents.

## Properties

### back?

> `optional` **back?**: `ToolbarButtonConfig`

Leaves selection mode.

***

### capture?

> `optional` **capture?**: `ToolbarButtonConfig`

Creates a document by capturing its first page with the scanner.

***

### delete?

> `optional` **delete?**: `ToolbarButtonConfig`

Deletes the selected documents.

***

### import?

> `optional` **import?**: `ToolbarButtonConfig`

Creates a document by importing images or PDF files.

***

### newDoc?

> `optional` **newDoc?**: `ToolbarButtonConfig`

Creates a new, empty document.

***

### print?

> `optional` **print?**: `ToolbarButtonConfig`

Prints the selected documents.

***

### share?

> `optional` **share?**: `ToolbarButtonConfig`

Shares the selected documents as PDF files.

***

### upload?

> `optional` **upload?**: `ToolbarButtonConfig`

Uploads the selected documents. Shown only when [ExportConfig.uploadToServer](ExportConfig.md#uploadtoserver) is defined.

***

### uploads?

> `optional` **uploads?**: `ToolbarButtonConfig`

Opens the upload history. Shown only when **Upload History** is enabled.
