chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.debugger
/
SearchInContentResponse
Search
In
Content
Response
@
Serializable
data
class
SearchInContentResponse
(
val
result
:
List
<
SearchMatch
>
)
(
source
)
Response type for the
DebuggerDomain.searchInContent
command.
Members
Constructors
Search
In
Content
Response
Link copied to clipboard
constructor
(
result
:
List
<
SearchMatch
>
)
Properties
result
Link copied to clipboard
val
result
:
List
<
SearchMatch
>
List of search matches.