chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SearchInContentResponse

SearchInContentResponse

data class SearchInContentResponse

Response type for the DebuggerDomain.searchInContent command.

Constructors

<init>

Response type for the DebuggerDomain.searchInContent command.

SearchInContentResponse(result: List<SearchMatch>)

Properties

result

List of search matches.

val result: List<SearchMatch>