14 lines
544 B
Markdown
14 lines
544 B
Markdown
|
<!-- 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) > [StyleDeclarationEdit](./puppeteer.protocol.css.styledeclarationedit.md) > [range](./puppeteer.protocol.css.styledeclarationedit.range.md)
|
||
|
|
||
|
## Protocol.CSS.StyleDeclarationEdit.range property
|
||
|
|
||
|
The range of the style text in the enclosing stylesheet.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
range: SourceRange;
|
||
|
```
|