Skip to content

getAudioViewConstructor

Unofficial

Get the AudioView constructor.

Import:

import { getAudioViewConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getAudioViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], AudioView>

Parameters:

ParameterTypeDescription
appAppThe app.

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