chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetSupportsTextRequest
Set
Supports
Text
Request
@
Serializable
data
class
SetSupportsTextRequest
(
val
styleSheetId
:
StyleSheetId
,
val
range
:
SourceRange
,
val
text
:
String
)
(
source
)
Request object containing input parameters for the
CSSDomain.setSupportsText
command.
Members
Constructors
Set
Supports
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