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