puppeteer/docs/api/puppeteer.cdpsessiononmessageobject.md
2023-03-28 18:02:00 +00:00

22 lines
946 B
Markdown

---
sidebar_label: CDPSessionOnMessageObject
---
# CDPSessionOnMessageObject interface
#### Signature:
```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 | | |