FuzzyMatch<T>
Official
The result of a fuzzy search.
Import:
import type { FuzzyMatch } from 'obsidian';Signature:
export interface FuzzyMatch<T>Properties
| Property | Type | Description | |
|---|---|---|---|
| item | T | The item that was matched. | |
| match | SearchResult | Search result of the fuzzy match. |
Links to this page: