Skip to content

getSyncViewConstructor

Unofficial

Get the SyncView constructor.

Import:

import { getSyncViewConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getSyncViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf, syncPluginInstance: SyncPluginInstance], SyncView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf, syncPluginInstance: SyncPluginInstance], SyncView> — The SyncView constructor.