Skip to content

FuzzyMatch<T>

Official

The result of a fuzzy search.

Import:

import type { FuzzyMatch } from 'obsidian';

Signature:

export interface FuzzyMatch<T>

Properties

PropertyTypeDescription
itemTThe item that was matched.
matchSearchResultSearch result of the fuzzy match.

Links to this page: