pl.wendigo.chrome.domain.css / AddRuleResponse

AddRuleResponse

data class AddRuleResponse (source)

Represents response frame for CSS.addRule method call.

Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.

Constructors

<init>

AddRuleResponse(rule: CSSRule)

Represents response frame for CSS.addRule method call.

Properties

rule

val rule: CSSRule

The newly created rule.