# DocumentInfo

## Content

# Type Alias: DocumentInfo

```ts
type DocumentInfo = object;
```

## Properties

### content

```ts
content: unknown;
```

Document content in JSON format that can be useful for viewers with in-browser rendering.

***

### id

```ts
id: string;
```

Document id

***

### name

```ts
name: string;
```

Document name

***

### preferredFormat

```ts
preferredFormat: "html" | "svg";
```

Specifies preferred rendering format for the document

***

### temporary?

```ts
optional temporary?: boolean;
```

Specifies whether the document to-be-previewed is an existing document saved on server side.
