TypeInfo
Unofficial
Information about a property’s expected and inferred widget types.
Import:
import type { TypeInfo } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface TypeInfoProperties
| Property | Type | Description | |
|---|---|---|---|
| expected | PropertyWidget | The explicitly assigned property widget type. | |
| inferred | PropertyWidget | The property widget type inferred from the value. |
Links to this page: