pl.wendigo.chrome.api.css / SetRuleSelectorRequest

SetRuleSelectorRequest

data class SetRuleSelectorRequest (source)

Represents request frame that can be used with CSS#setRuleSelector operation call.

Modifies the rule selector.

Link
CSS#setRuleSelector method documentation.

See Also

CSSOperations.setRuleSelector

Constructors

<init>

SetRuleSelectorRequest(styleSheetId: StyleSheetId, range: SourceRange, selector: String)

Represents request frame that can be used with CSS#setRuleSelector operation call.

Properties

range

val range: SourceRange

selector

val selector: String

styleSheetId

val styleSheetId: StyleSheetId