# CloseDocumentInfo

## Content

# Type Alias: CloseDocumentInfo

```ts
type CloseDocumentInfo = object;
```

## Properties

### hasUnsavedChanges

```ts
hasUnsavedChanges: boolean;
```

Indicates that a document has unsaved changes

***

### id?

```ts
optional id?: string;
```

If an existing document is to be overwritten on saving,
the correct id should be specified explicitly

***

### isNew

```ts
isNew: boolean;
```

Indicates that a new document is being saved for the first time

***

### name

```ts
name: string;
```

The correct name must be specified explicitly
