Skip to content

MultitextPropertyWidgetComponent

Unofficial

Property widget component for multiple texts.

Import:

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

Signature:

export interface MultitextPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

Property Type Description
hoverPopover null The hover popover for the property widget.
multiselect Multiselect The multiselect component for the property widget.
type 'multitext' The type of the property widget.
valueSet Set<string> The values 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: