getBasesContextConstructor
Unofficial
Get the BasesContext constructor.
Import:
import { getBasesContextConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getBasesContextConstructor(app: App): ConstructorBase<[app: App, filter: Record<string, BasesFilter>, formulas: Record<string, BasesFormula>, file: TFile | null], BasesContext>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[app: App, filter: Record<string, BasesFilter>, formulas: Record<string, BasesFormula>, file: TFile | null], BasesContext> — The BasesContext constructor.