Skip to content

UnknownPropertyWidgetComponent

Unofficial

Property widget component for unknown types.

Import:

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

Signature:

export interface UnknownPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: 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)