SearchResult
Official
A search result.
Import:
import type { SearchResult } from 'obsidian';Signature:
export interface SearchResultProperties
| Property | Type | Description | |
|---|---|---|---|
| matches | SearchMatches | The matches of the search result. | |
| score | number | The score of the search result. |
Links to this page: