struct Protocol::CSS::AddRule
- Protocol::CSS::AddRule
- Struct
- Value
- Object
Overview
Inserts a new rule with the given ruleText
in a stylesheet with given styleSheetId
, at the
position specified by location
.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#rule : CSSRule
The newly created rule.