toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
SearchInResourceResponse
Search
In
Resource
Response
@
Serializable
data
class
SearchInResourceResponse
(
val
result
:
List
<
SearchMatch
>
)
Response type for the
PageDomain.searchInResource
command.
Members
Constructors
Search
In
Resource
Response
Link copied to clipboard
constructor
(
result
:
List
<
SearchMatch
>
)
Properties
result
Link copied to clipboard
val
result
:
List
<
SearchMatch
>
List of search matches.