chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetStyleTextsResponse
Set
Style
Texts
Response
@
Serializable
data
class
SetStyleTextsResponse
(
val
styles
:
List
<
CSSStyle
>
)
(
source
)
Response type for the
CSSDomain.setStyleTexts
command.
Members
Constructors
Set
Style
Texts
Response
Link copied to clipboard
constructor
(
styles
:
List
<
CSSStyle
>
)
Properties
styles
Link copied to clipboard
val
styles
:
List
<
CSSStyle
>
The resulting styles after modification.