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:
20
new-docs/puppeteer.protocol.css.setmediatextrequest.md
Normal file
20
new-docs/puppeteer.protocol.css.setmediatextrequest.md
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetMediaTextRequest](./puppeteer.protocol.css.setmediatextrequest.md)
|
||||
|
||||
## Protocol.CSS.SetMediaTextRequest interface
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface SetMediaTextRequest
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [range](./puppeteer.protocol.css.setmediatextrequest.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | |
|
||||
| [styleSheetId](./puppeteer.protocol.css.setmediatextrequest.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | |
|
||||
| [text](./puppeteer.protocol.css.setmediatextrequest.text.md) | string | |
|
||||
|
||||
Reference in New Issue
Block a user