<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [CSSProperty](./puppeteer.protocol.css.cssproperty.md) &gt; [range](./puppeteer.protocol.css.cssproperty.range.md)

## Protocol.CSS.CSSProperty.range property

The entire property range in the enclosing style declaration (if available).

<b>Signature:</b>

```typescript
range?: SourceRange;
```