# DocumentListItem

## Content

# Type Alias: DocumentListItem

```ts
type DocumentListItem = object;
```

Document list item description.

## Properties

### name

```ts
name: string;
```

Display name.

***

### path

```ts
path: string;
```

Absolute or relative URL to a PDF document.

***

### previewContent?

```ts
optional previewContent: string;
```

Optional. The HTML content to be used as the preview content in the document list.
If specified, this property will be used instead of the name property.

***

### title

```ts
title: string;
```

Item tooltip.
