14 lines
194 B
Markdown
14 lines
194 B
Markdown
|
---
|
||
|
sidebar_label: CDPSessionOnMessageObject.method
|
||
|
---
|
||
|
|
||
|
# CDPSessionOnMessageObject.method property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface CDPSessionOnMessageObject {
|
||
|
method: string;
|
||
|
}
|
||
|
```
|