pl.wendigo.chrome.api.css / SetRuleSelectorResponse

SetRuleSelectorResponse

data class SetRuleSelectorResponse (source)

Represents response frame that is returned from CSS#setRuleSelector operation call. Modifies the rule selector.

Link
CSS#setRuleSelector method documentation.

See Also

CSSOperations.setRuleSelector

Constructors

<init>

SetRuleSelectorResponse(selectorList: SelectorList)

Represents response frame that is returned from CSS#setRuleSelector operation call. Modifies the rule selector.

Properties

selectorList

val selectorList: SelectorList

The resulting selector list after modification.