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
| Property | Type | Description | |
|---|---|---|---|
| key | string | Property key. | |
| type | string | Property widget type. | |
| value | T | Property value. |
Links to this page: