PropertyPropertyWidgetComponent
Unofficial
Property widget component for properties.
Import:
import type { PropertyPropertyWidgetComponent } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PropertyPropertyWidgetComponent extends PropertyWidgetComponentBaseExtends: PropertyWidgetComponentBase
Properties
| Property | Type | Description | |
|---|---|---|---|
| combobox | PropertyPropertyWidgetComponentComboBox | The combobox component for the property widget. | |
| inputEl | HTMLInputElement | The input element for the property widget. | |
| type | 'property' | The type of the property widget. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| focus(mode?) | void | Focus the property widget. (Inherited from PropertyWidgetComponentBase) | |
| onFocus() | void | Handle focus event. | |
| setValue(value) | void | Set the value of the property widget. |
Links to this page: