Add Rule Request
data class AddRuleRequest(styleSheetId: StyleSheetId, ruleText: String, location: SourceRange)
Content copied to clipboard
Represents request frame that can be used with CSS#addRule operation call.
Inserts a new rule with the given ruleText
in a stylesheet with given styleSheetId
, at the position specified by location
.
See also
Constructors
AddRuleRequest
Link copied to clipboard
fun AddRuleRequest(styleSheetId: StyleSheetId, ruleText: String, location: SourceRange)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard