14 lines
530 B
Markdown
14 lines
530 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) > [AddRuleRequest](./puppeteer.protocol.css.addrulerequest.md) > [location](./puppeteer.protocol.css.addrulerequest.location.md)
|
|
|
|
## Protocol.CSS.AddRuleRequest.location property
|
|
|
|
Text position of a new rule in the target style sheet.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
location: SourceRange;
|
|
```
|