Skip to content

BasesConfigFileView

Official

Configuration for a single view in a Bases config file.

Import:

import type { BasesConfigFileView } from 'obsidian';

Signature:

export interface BasesConfigFileView

Properties

PropertyTypeDescription
filters?BasesConfigFileFilterAdditional filters, applied only to this view.
groupBy?BasesConfigFileViewGroupByConfiguration for grouping the results of this view.
namestringFriendly name for this view, displayed in the UI to select between views.
order?string[]An ordered list of the properties to display in this view.
summaries?Record<string, string>Configuration of summaries to display for each property in this view.

Key: Property name. Value: Summary formula name.
typestringUnique identifier for the view type. Used to select the correct view renderer.

Links to this page: