Skip to content

CheckboxPropertyWidgetComponent

Unofficial

Property widget component for checkboxes.

Import:

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

Signature:

export interface CheckboxPropertyWidgetComponent extends PropertyWidgetComponentBase

Extends: PropertyWidgetComponentBase

Properties

PropertyTypeDescription
checkboxElHTMLInputElementThe checkbox element for the property widget.
type'checkbox'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: