chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / SetRuleSelectorResponse

SetRuleSelectorResponse

data class SetRuleSelectorResponse

Response type for the CSSDomain.setRuleSelector command.

Constructors

<init>

Response type for the CSSDomain.setRuleSelector command.

SetRuleSelectorResponse(selectorList: SelectorList)

Properties

selectorList

The resulting selector list after modification.

val selectorList: SelectorList