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

SetRuleSelectorRequest

data class SetRuleSelectorRequest

Request object containing input parameters for the CSSDomain.setRuleSelector command.

Constructors

<init>

Request object containing input parameters for the CSSDomain.setRuleSelector command.

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

Properties

range

val range: SourceRange

selector

val selector: String

styleSheetId

val styleSheetId: StyleSheetId