chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
GetStyleSheetTextResponse
Get
Style
Sheet
Text
Response
@
Serializable
data
class
GetStyleSheetTextResponse
(
val
text
:
String
)
(
source
)
Response type for the
CSSDomain.getStyleSheetText
command.
Members
Constructors
Get
Style
Sheet
Text
Response
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
The stylesheet text.