Skip to content

getTextAreaComponentConstructor

Unofficial

Get the obsidian#TextAreaComponent constructor.

Import:

import { getTextAreaComponentConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getTextAreaComponentConstructor(): ConstructorBase<[containerEl: HTMLElement], TextAreaComponent>

Returns: ConstructorBase<[containerEl: HTMLElement], TextAreaComponent> — The obsidian#TextAreaComponent constructor.


Links to this page: