ResultDomResult
Unofficial
Search result data containing matched content positions and property matches.
Import:
import type { ResultDomResult } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ResultDomResultProperties
| Property | Type | Description | |
|---|---|---|---|
| content | ContentPosition[] | Array of content match positions within the document. | |
| properties | ResultProperty[] | Array of matched property results. |
Links to this page: