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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf], VideoView> — The VideoView constructor.