SearchQueryMatch
Unofficial
A match result from a search query cursor.
Import:
import type { SearchQueryMatch } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface SearchQueryMatchProperties
| Property | Type | Description | |
|---|---|---|---|
| from | number | The start position of the match. | |
| to | number | The end position of the match. |
Links to this page: