14 lines
508 B
Markdown
14 lines
508 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) > [CSSStyle](./puppeteer.protocol.css.cssstyle.md) > [range](./puppeteer.protocol.css.cssstyle.range.md)
|
|
|
|
## Protocol.CSS.CSSStyle.range property
|
|
|
|
Style declaration range in the enclosing stylesheet (if available).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
range?: SourceRange;
|
|
```
|