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