Skip to content

getValueComponentConstructor

Unofficial

Get the obsidian#ValueComponent constructor.

Import:

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

Signature:

function getValueComponentConstructor(): ConstructorBase<[], ValueComponent<unknown>>

Returns: ConstructorBase<[], ValueComponent<unknown>> — The obsidian#ValueComponent constructor.


Links to this page: