Set Rule Selector Request
data class SetRuleSelectorRequest(styleSheetId: StyleSheetId, range: SourceRange, selector: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setRuleSelector operation call.
Modifies the rule selector.
See also
Constructors
SetRuleSelectorRequest
Link copied to clipboard
fun SetRuleSelectorRequest(styleSheetId: StyleSheetId, range: SourceRange, selector: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard