puppeteer/docs/api/puppeteer.cdpsessiononmessageobject.md

22 lines
946 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: CDPSessionOnMessageObject
---
# CDPSessionOnMessageObject interface
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface CDPSessionOnMessageObject
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | --------------------------------------------- | ----------- | ------- |
| error | | { message: string; data: any; code: number; } | | |
| id | <code>optional</code> | number | | |
| method | | string | | |
| params | | Record&lt;string, unknown&gt; | | |
| result | <code>optional</code> | any | | |