toggle menu
chrome-devtools-kotlin
5.8.1-1233758
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetStyleSheetTextRequest
Set
Style
Sheet
Text
Request
@
Serializable
data
class
SetStyleSheetTextRequest
(
val
styleSheetId
:
StyleSheetId
,
val
text
:
String
)
Request object containing input parameters for the
CSSDomain.setStyleSheetText
command.
Members
Constructors
Set
Style
Sheet
Text
Request
Link copied to clipboard
constructor
(
styleSheetId
:
StyleSheetId
,
text
:
String
)
Properties
style
Sheet
Id
Link copied to clipboard
val
styleSheetId
:
StyleSheetId
text
Link copied to clipboard
val
text
:
String