Skip to content

MultitextPropertyWidgetComponent

Unofficial

Property widget component for multiple texts.

Import:

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

Signature:

export interface MultitextPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

PropertyTypeDescription
hoverPopovernullThe hover popover for the property widget.
multiselectMultiselectThe multiselect component for the property widget.
type'multitext'The type of the property widget.
valueSetSet<string>The values 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: