Skip to content

SearchQueryMatch

Unofficial

A match result from a search query cursor.

Import:

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

Signature:

export interface SearchQueryMatch

Properties

Property Type Description
from number The start position of the match.
to number The end position of the match.

Links to this page: