UnknownPropertyWidgetComponent
Unofficial
Property widget component for unknown types.
Import:
import type { UnknownPropertyWidgetComponent } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface UnknownPropertyWidgetComponent extends PropertyWidgetComponentBaseExtends: PropertyWidgetComponentBase
Properties
| Property | Type | Description | |
|---|---|---|---|
| el | HTMLSpanElement | The element of the property widget. | |
| type | 'unknown' | The type of the property widget. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| focus(mode?) | void | Focus the property widget. (Inherited from PropertyWidgetComponentBase) |