Skip to content

TypedTextComponentConstructorParams

The parameters for constructing a TypedTextComponent.

Import:

import type { TypedTextComponentConstructorParams } from 'obsidian-dev-utils/obsidian/setting-components/typed-text-component';

Signature:

export interface TypedTextComponentConstructorParams

Properties

PropertyTypeDescription
containerElHTMLElementThe container element for the component.
cssClass?CssClassA CSS class to apply to the component.
typestringThe type of the input element.