mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
946 B
Markdown
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<string, unknown> | | |
|
|
| result | <code>optional</code> | any | | |
|