SearchInContentResponse

@Serializable
data class SearchInContentResponse(val result: List<SearchMatch>)(source)

Response type for the DebuggerDomain.searchInContent command.

Constructors

Link copied to clipboard
constructor(result: List<SearchMatch>)

Properties

Link copied to clipboard

List of search matches.