ResultProperty
Unofficial
Represents a matched property within a search result.
Import:
import type { ResultProperty } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ResultPropertyProperties
| Property | Type | Description | |
|---|---|---|---|
| key | string | Property key name that was matched. | |
| pos | ContentPosition | Position of the match within the content. | |
| subkey | (number | string)[] | Path of sub-keys for nested property matches. |
Links to this page: