20 lines
772 B
Markdown
20 lines
772 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) > [SetOuterHTMLRequest](./puppeteer.protocol.dom.setouterhtmlrequest.md)
|
|
|
|
## Protocol.DOM.SetOuterHTMLRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetOuterHTMLRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodeId](./puppeteer.protocol.dom.setouterhtmlrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to set markup for. |
|
|
| [outerHTML](./puppeteer.protocol.dom.setouterhtmlrequest.outerhtml.md) | string | Outer HTML markup to set. |
|
|
|