TypedTextComponentConstructorParams
The parameters for constructing a TypedTextComponent.
Import:
import type { TypedTextComponentConstructorParams } from 'obsidian-dev-utils/obsidian/setting-components/typed-text-component';Signature:
export interface TypedTextComponentConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| containerEl | HTMLElement | The container element for the component. |
| cssClass? | CssClass | A CSS class to apply to the component. |
| type | string | The type of the input element. |