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

PropertyTypeDescription
keystringProperty key name that was matched.
posContentPositionPosition of the match within the content.
subkey(number | string)[]Path of sub-keys for nested property matches.

Links to this page: