mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
980 B
980 B
Home > puppeteer > Protocol > CSS > AddRuleRequest
Protocol.CSS.AddRuleRequest interface
Signature:
export interface AddRuleRequest
Properties
Property | Type | Description |
---|---|---|
location | SourceRange | Text position of a new rule in the target style sheet. |
ruleText | string | The text of a new rule. |
styleSheetId | StyleSheetId | The css style sheet identifier where a new rule should be inserted. |