Skip to content

SearchQueryMatch

Unofficial

A match result from a search query cursor.

Import:

import type { SearchQueryMatch } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface SearchQueryMatch

Properties

PropertyTypeDescription
fromnumberThe start position of the match.
tonumberThe end position of the match.

Links to this page: