toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
CollectClassNamesResponse
Collect
Class
Names
Response
@
Serializable
data
class
CollectClassNamesResponse
(
val
classNames
:
List
<
String
>
)
Response type for the
CSSDomain.collectClassNames
command.
Members
Constructors
Collect
Class
Names
Response
Link copied to clipboard
constructor
(
classNames
:
List
<
String
>
)
Properties
class
Names
Link copied to clipboard
val
classNames
:
List
<
String
>
Class name list.