getBasesQueryResultConstructor
Unofficial
Get the obsidian#BasesQueryResult constructor.
Import:
import { getBasesQueryResultConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getBasesQueryResultConstructor(): ConstructorBase<[app: App, config: BasesViewConfig, allProperties: BasesProperty[], data: BasesEntry[]], BasesQueryResult>Returns: ConstructorBase<[app: App, config: BasesViewConfig, allProperties: BasesProperty[], data: BasesEntry[]], BasesQueryResult> — The obsidian#BasesQueryResult constructor.
Links to this page: