Skip to content

getVideoViewConstructor

Unofficial

Get the VideoView constructor.

Import:

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

Signature:

function getVideoViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], VideoView>

Parameters:

ParameterTypeDescription
appAppThe app.

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