Skip to content

getDisplayValueComponentConstructor

Unofficial

Get the obsidian#DisplayValueComponent constructor.

Import:

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

Signature:

function getDisplayValueComponentConstructor(): ConstructorBase<[containerEl: HTMLElement], DisplayValueComponent>

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


Links to this page: