Skip to content

getReleaseNotesViewConstructor

Unofficial

Get the ReleaseNotesView constructor.

Import:

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

Signature:

function getReleaseNotesViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], ReleaseNotesView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf], ReleaseNotesView> — The ReleaseNotesView constructor.