Skip to content

UnknownPropertyWidgetComponent

Unofficial

Property widget component for unknown types.

Import:

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

Signature:

export interface UnknownPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

PropertyTypeDescription
elHTMLSpanElementThe element of the property widget.
type'unknown'The type of the property widget.

Methods

MethodReturnsDescription
focus(mode?)voidFocus the property widget.
(Inherited from PropertyWidgetComponentBase)