chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / AddRuleResponse

AddRuleResponse

data class AddRuleResponse

Response type for the CSSDomain.addRule command.

Constructors

<init>

Response type for the CSSDomain.addRule command.

AddRuleResponse(rule: CSSRule)

Properties

rule

The newly created rule.

val rule: CSSRule