# MessagerClient

Type alias · category: Other

Source: https://github.com/playcanvas/editor-api/blob/4303c34bcee9a418297350899ad3a3f555526ec4/src/messenger.ts#L9

The MessagerClient interface extends the Events class and defines the methods and properties
required for the Messenger client.

```ts
type MessagerClient = Events & { isConnected: boolean; authenticate: any; connect: any; projectWatch: any }
```
