puppeteer/new-docs/puppeteer.protocol.css.addruleresponse.md

19 lines
626 B
Markdown
Raw Normal View History

<!-- 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; [AddRuleResponse](./puppeteer.protocol.css.addruleresponse.md)
## Protocol.CSS.AddRuleResponse interface
<b>Signature:</b>
```typescript
export interface AddRuleResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [rule](./puppeteer.protocol.css.addruleresponse.rule.md) | [CSSRule](./puppeteer.protocol.css.cssrule.md) | The newly created rule. |