Skip to content

getObjectValueConstructor

Unofficial

Get the obsidian#ObjectValue constructor.

Import:

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

Signature:

function getObjectValueConstructor(): ConstructorBase<[data: unknown], ObjectValue>

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


Links to this page: