# OpenDocumentInfo

## Content

# Type Alias: OpenDocumentInfo

```ts
type OpenDocumentInfo = object;
```

## Properties

### id

```ts
id: string;
```

Document id

***

### name

```ts
name: string;
```

Document name

***

### success?

```ts
optional success: boolean;
```

undefined in onBefore**** handlers.
Should be defined in onAfter****

***

### type

```ts
type: SupportedDocumentType;
```

Document type
