PropertyWidgetComponentBase
Unofficial
Base class for property widget components.
Import:
import type { PropertyWidgetComponentBase } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PropertyWidgetComponentBaseProperties
| Property | Type | Description | |
|---|---|---|---|
| type | string | The type of the property widget. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| focus(mode?) | void | Focus the property widget. |
Links to this page:
- AliasesPropertyWidgetComponent
- CheckboxPropertyWidgetComponent
- DatePropertyWidgetComponentBase
- FilePropertyWidgetComponent
- FolderPropertyWidgetComponent
- MultitextPropertyWidgetComponent
- NumberPropertyWidgetComponent
- PropertyPropertyWidgetComponent
- TagsPropertyWidgetComponent
- TextPropertyWidgetComponent
- UnknownPropertyWidgetComponent