Skip to content

AliasesPropertyWidgetComponent

Unofficial

Property widget component for aliases.

Import:

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

Signature:

export interface AliasesPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

PropertyTypeDescription
containerElHTMLElementThe container element for the property widget.
ctxPropertyRenderContextThe render context for the property widget.
hoverPopovernullThe hover popover for the property widget.
multiselectMultiselectThe multiselect component for the property widget.
type'aliases'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: