BasesConfigFileView
Official
Configuration for a single view in a Bases config file.
Import:
import type { BasesConfigFileView } from 'obsidian';Signature:
export interface BasesConfigFileViewProperties
| Property | Type | Description | |
|---|---|---|---|
| filters? | BasesConfigFileFilter | Additional filters, applied only to this view. | |
| groupBy? | BasesConfigFileViewGroupBy | Configuration for grouping the results of this view. | |
| name | string | Friendly 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. | |
| type | string | Unique identifier for the view type. Used to select the correct view renderer. |
Links to this page: