Skip to content

PropertyEntryData<T>

Unofficial

Data for a single frontmatter property entry.

Import:

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

Signature:

export interface PropertyEntryData<T>

Properties

PropertyTypeDescription
keystringProperty key.
typestringProperty widget type.
valueTProperty value.

Links to this page: