Skip to content

getAbstractTextComponentConstructor

Unofficial

Get the obsidian#AbstractTextComponent constructor.

Import:

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

Signature:

function getAbstractTextComponentConstructor(): ConstructorBase<[inputEl: HTMLInputElement | HTMLTextAreaElement], AbstractTextComponent<HTMLInputElement | HTMLTextAreaElement>>

Returns: ConstructorBase<[inputEl: HTMLInputElement | HTMLTextAreaElement], AbstractTextComponent<HTMLInputElement | HTMLTextAreaElement>> — The obsidian#AbstractTextComponent constructor.


Links to this page: