chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetScopeTextRequest
Set
Scope
Text
Request
@
Serializable
data
class
SetScopeTextRequest
(
val
styleSheetId
:
StyleSheetId
,
val
range
:
SourceRange
,
val
text
:
String
)
(
source
)
Request object containing input parameters for the
CSSDomain.setScopeText
command.
Members
Constructors
Set
Scope
Text
Request
Link copied to clipboard
constructor
(
styleSheetId
:
StyleSheetId
,
range
:
SourceRange
,
text
:
String
)
Properties
range
Link copied to clipboard
val
range
:
SourceRange
style
Sheet
Id
Link copied to clipboard
val
styleSheetId
:
StyleSheetId
text
Link copied to clipboard
val
text
:
String