BasesQuery
Unofficial
Bases query.
Import:
import type { BasesQuery } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface BasesQueryProperties
| Property | Type | Description | |
|---|---|---|---|
| formulas | Record<string, BasesFormula> | The formulas. | |
| properties | Record<string, BasesProperty> | The properties. | |
| unrecognizedData | object | The unrecognized data. | |
| views | BasesSubView[] | The views. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| clone() | this | Clones the query. | |
| getPropertyConfig(key) | unknown | Gets the property config. | |
| getSerializable() | object | Gets the serializable data. | |
| getViewConfig(key) | unknown | Gets the view config. | |
| removeFormula(key) | void | Removes a formula. | |
| save() | void | Saves the query. | |
| saveFn(query) | void | Saves the query. | |
| setFormulas(formulas) | void | Sets the formulas. | |
| setGlobalFilters(filter) | void | Sets the global filters. | |
| setViewFilters(key, filters) | void | Sets the view filters. |
Links to this page: