chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetRuleSelectorRequest
Set
Rule
Selector
Request
@
Serializable
data
class
SetRuleSelectorRequest
(
val
styleSheetId
:
StyleSheetId
,
val
range
:
SourceRange
,
val
selector
:
String
)
(
source
)
Request object containing input parameters for the
CSSDomain.setRuleSelector
command.
Members
Constructors
Set
Rule
Selector
Request
Link copied to clipboard
constructor
(
styleSheetId
:
StyleSheetId
,
range
:
SourceRange
,
selector
:
String
)
Properties
range
Link copied to clipboard
val
range
:
SourceRange
selector
Link copied to clipboard
val
selector
:
String
style
Sheet
Id
Link copied to clipboard
val
styleSheetId
:
StyleSheetId