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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf, syncPluginInstance: SyncPluginInstance], SyncView> — The SyncView constructor.