PropertyWidgetEntry
Unofficial
Entry associating a display name with a property widget type.
Import:
import type { PropertyWidgetEntry } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface PropertyWidgetEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| name | string | Display name of the property widget. | |
| widget | PropertyWidgetType | The property widget type. |
Links to this page: