Skip to content

BasesQuery

Unofficial

Bases query.

Import:

import type { BasesQuery } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface BasesQuery

Constructor

new BasesQuery()

Creates a new instance.

Properties

PropertyTypeDescription
formulasRecord<string, BasesFormula>The formulas.
propertiesRecord<string, BasesProperty>The properties.
unrecognizedDataobjectThe unrecognized data.
viewsBasesSubView[]The views.

Methods

MethodReturnsDescription
clone()thisClones the query.
getPropertyConfig(key)unknownGets the property config.
getSerializable()objectGets the serializable data.
getViewConfig(key)unknownGets the view config.
removeFormula(key)voidRemoves a formula.
save()voidSaves the query.
saveFn(query)voidSaves the query.
setFormulas(formulas)voidSets the formulas.
setGlobalFilters(filter)voidSets the global filters.
setViewFilters(key, filters)voidSets the view filters.

Links to this page: