Skip to content

FolderPropertyWidgetComponent

Unofficial

Property widget component for folders.

Import:

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

Signature:

export interface FolderPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

Property Type Description
inputEl HTMLInputElement The input element for the property widget.
type 'folder' 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: