getImageViewConstructor
Unofficial
Get the ImageView constructor.
Import:
import { getImageViewConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getImageViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], ImageView>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf], ImageView> — The ImageView constructor.