Skip to content

getQueryControllerConstructor

Unofficial

Get the obsidian#QueryController constructor.

Import:

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

Signature:

function getQueryControllerConstructor(): ConstructorBase<[app: App, plugin: BasesPluginInstance, containerEl: HTMLElement, currentFile?: TFile | null | undefined], QueryController>

Returns: ConstructorBase<[app: App, plugin: BasesPluginInstance, containerEl: HTMLElement, currentFile?: TFile | null | undefined], QueryController> — The obsidian#QueryController constructor.


Links to this page: