mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
19
new-docs/puppeteer.protocol.dom.setouterhtmlrequest.md
Normal file
19
new-docs/puppeteer.protocol.dom.setouterhtmlrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- 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. |
|
||||
|
||||
Reference in New Issue
Block a user