Skip to content

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:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf, browserPluginInstance: WebviewerPluginInstance], WebviewerHistoryView> — The WebviewerHistoryView constructor.