19 lines
682 B
Markdown
19 lines
682 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [PushNodeByPathToFrontendRequest](./puppeteer.protocol.dom.pushnodebypathtofrontendrequest.md)
|
||
|
|
||
|
## Protocol.DOM.PushNodeByPathToFrontendRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface PushNodeByPathToFrontendRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [path](./puppeteer.protocol.dom.pushnodebypathtofrontendrequest.path.md) | string | Path to node in the proprietary format. |
|
||
|
|