Skip to content

PropertyPropertyWidgetComponent

Unofficial

Property widget component for properties.

Import:

import type { PropertyPropertyWidgetComponent } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface PropertyPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

PropertyTypeDescription
comboboxPropertyPropertyWidgetComponentComboBoxThe combobox component for the property widget.
inputElHTMLInputElementThe input element for the property widget.
type'property'The type of the property widget.

Methods

MethodReturnsDescription
focus(mode?)voidFocus the property widget.
(Inherited from PropertyWidgetComponentBase)
onFocus()voidHandle focus event.
setValue(value)voidSet the value of the property widget.

Links to this page: