Skip to content

getSearchViewConstructor

Unofficial

Get the SearchView constructor.

Import:

import { getSearchViewConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getSearchViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], SearchView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf], SearchView> — The SearchView constructor.