Skip to content

getNoticeConstructor

Unofficial

Get the obsidian#Notice constructor.

Import:

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

Signature:

function getNoticeConstructor(): ConstructorBase<[message: string | DocumentFragment, duration?: number | undefined], Notice>

Returns: ConstructorBase<[message: string | DocumentFragment, duration?: number | undefined], Notice> — The obsidian#Notice constructor.


Links to this page: