# TitleInfo

## Content

# Type Alias: TitleInfo

```ts
type TitleInfo = object;
```

## Properties

### hasUnsavedChanges

```ts
hasUnsavedChanges: boolean;
```

Indicates whether document has unsaved changes or not.

***

### name

```ts
name: string;
```

Document name
