obsidian/implementations/constructors/augmentations/settings/setting-components
Functions
Section titled “Functions”| Function | Description |
|---|---|
| getAbstractTextComponentConstructor | Get the obsidian#AbstractTextComponent constructor. |
| getBaseComponentConstructor | Get the obsidian#BaseComponent constructor. |
| getButtonComponentConstructor | Get the obsidian#ButtonComponent constructor. |
| getColorComponentConstructor | Get the obsidian#ColorComponent constructor. |
| getComponentConstructor | Get the obsidian#Component constructor. |
| getDropdownComponentConstructor | Get the obsidian#DropdownComponent constructor. |
| getExtraButtonComponentConstructor | Get the obsidian#ExtraButtonComponent constructor. |
| getMomentFormatComponentConstructor | Get the obsidian#MomentFormatComponent constructor. |
| getProgressBarComponentConstructor | Get the obsidian#ProgressBarComponent constructor. |
| getSearchComponentConstructor | Get the obsidian#SearchComponent constructor. |
| getSecretComponentConstructor | Get the obsidian#SecretComponent constructor. |
| getSliderComponentConstructor | Get the obsidian#SliderComponent constructor. |
| getTextAreaComponentConstructor | Get the obsidian#TextAreaComponent constructor. |
| getTextComponentConstructor | Get the obsidian#TextComponent constructor. |
| getToggleComponentConstructor | Get the obsidian#ToggleComponent constructor. |
| getValueComponentConstructor | Get the obsidian#ValueComponent constructor. |