Skip to content

SearchResult

Official

A search result.

Import:

import type { SearchResult } from 'obsidian';

Signature:

export interface SearchResult

Properties

Property Type Description
matches SearchMatches The matches of the search result.
score number The score of the search result.

Links to this page: