# ViewerSettings

## Content

# Type Alias: ViewerSettings

```ts
type ViewerSettings = object;
```

## Properties

### applicationTitle

```ts
applicationTitle: string;
```

Application title passed by Designer

***

### documentInfo

```ts
documentInfo: DocumentInfo;
```

Information on the document to-be-previewed

***

### element

```ts
element: string;
```

Host element's **id** to render Viewer to
