Skip to content

ResultProperty

Unofficial

Represents a matched property within a search result.

Import:

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

Signature:

export interface ResultProperty

Properties

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: