toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.tracing
/
GetCategoriesResponse
Get
Categories
Response
@
Serializable
data
class
GetCategoriesResponse
(
val
categories
:
List
<
String
>
)
Response type for the
TracingDomain.getCategories
command.
Members
Constructors
Get
Categories
Response
Link copied to clipboard
constructor
(
categories
:
List
<
String
>
)
Properties
categories
Link copied to clipboard
val
categories
:
List
<
String
>
A list of supported tracing categories.