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