# DesignerAPI

## Content

# Type Alias: DesignerAPI

```ts
type DesignerAPI = object;
```

Type of object returned by functions from **GlobalDesignerAPI**

## Properties

### app

```ts
app: DesignerApiAppSettings;
```

Application-related APIs

***

### documents

```ts
documents: DocumentsAPI;
```

This object includes functions allowing to create/open/save report, etc.

***

### notifications

```ts
notifications: NotificationsAPI;
```

Allows to utilize built-in notifications system
