BasesQueryConstructor
Unofficial
Bases query constructor.
Extends ExtractConstructor with a static fromString parser (the .base parser). BasesQuery is not part of the public obsidian module, so its constructor is modeled here rather than obtained from obsidian directly.
Import:
import type { BasesQueryConstructor } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface BasesQueryConstructor extends ExtractConstructor<BasesQuery>Extends: ExtractConstructor<BasesQuery>
Methods
| Method | Returns | Description | |
|---|---|---|---|
| fromString(content) | BasesQuery | Parse a .base file's content into a BasesQuery. |
Links to this page: