mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
964 B
Markdown
21 lines
964 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SendMessageToTargetRequest](./puppeteer.protocol.target.sendmessagetotargetrequest.md)
|
||
|
|
||
|
## Protocol.Target.SendMessageToTargetRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SendMessageToTargetRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [message](./puppeteer.protocol.target.sendmessagetotargetrequest.message.md) | string | |
|
||
|
| [sessionId](./puppeteer.protocol.target.sendmessagetotargetrequest.sessionid.md) | [SessionID](./puppeteer.protocol.target.sessionid.md) | Identifier of the session. |
|
||
|
| [targetId](./puppeteer.protocol.target.sendmessagetotargetrequest.targetid.md) | [TargetID](./puppeteer.protocol.target.targetid.md) | Deprecated. |
|
||
|
|