getHTMLValueConstructor
Unofficial
Get the obsidian#HTMLValue constructor.
Import:
import { getHTMLValueConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getHTMLValueConstructor(): ConstructorBase<[value: string], HTMLValue>Returns: ConstructorBase<[value: string], HTMLValue> — The obsidian#HTMLValue constructor.
Links to this page: