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

Property Type Description
containerEl HTMLElement The container element for the property widget.
ctx PropertyRenderContext The render context for the property widget.
hoverPopover null The hover popover for the property widget.
multiselect Multiselect The multiselect component for the property widget.
type 'aliases' The type of the property widget.

Methods

Method Returns Description
focus(mode?) void Focus the property widget.
(Inherited from PropertyWidgetComponentBase)
onFocus() void Handle focus event.
setValue(value) void Set the value of the property widget.

Links to this page: