๐Ÿ’Ž Obsidian Developer Docs

Home

โฏ

Reference

โฏ

TypeScript API

โฏ

ValueComponent

ValueComponent

2025๋…„ 6์›” 29์ผ1 min read

ValueComponent

ValueComponent class

Signature:

export abstract class ValueComponent<T> extends BaseComponent 

Extends: BaseComponent

Properties

PropertyModifiersTypeDescription
disabledboolean

(Inherited from BaseComponent)

Methods

MethodModifiersDescription
getValue()abstract
registerOptionListener(listeners, key)
setDisabled(disabled)

(Inherited from BaseComponent)

setValue(value)abstract
then(cb)

Facilitates chaining

(Inherited from BaseComponent)


๊ทธ๋ž˜ํ”„ ๋ทฐ

  • ValueComponent class
  • Properties
  • Methods

๋ฐฑ๋งํฌ

  • AbstractTextComponent
  • ColorComponent
  • DropdownComponent
  • MomentFormatComponent
  • ProgressBarComponent
  • SearchComponent
  • SliderComponent
  • TextAreaComponent
  • TextComponent
  • ToggleComponent
  • ValueComponent
  • getValue
  • registerOptionListener
  • setValue
  • index

Created with Quartz v4.5.1 ยฉ 2025

  • GitHub
  • Discord Community