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