<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesConfigFileView`](BasesConfigFileView)
## BasesConfigFileView interface
1.10.0
**Signature:**
```typescript
export interface BasesConfigFileView
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`filters?`](BasesConfigFileView/filters) | | [`BasesConfigFileFilter`](BasesConfigFileFilter) | <p>_(Optional)_ Additional filters, applied only to this view.</p><p> 1.10.0</p> |
| [`groupBy?`](BasesConfigFileView/groupBy) | | <code>{ }</code> | <p>_(Optional)_ Configuration for grouping the results of this view.</p><p> 1.10.0</p> |
| [`name`](BasesConfigFileView/name) | | <code>string</code> | <p>Friendly name for this view, displayed in the UI to select between views.</p><p> 1.10.0</p> |
| [`order?`](BasesConfigFileView/order) | | <code>string[]</code> | <p>_(Optional)_ An ordered list of the properties to display in this view.</p><p> 1.10.0</p> |
| [`summaries?`](BasesConfigFileView/summaries) | | <code>Record</code><code><string, string></code> | <p>_(Optional)_ Configuration of summaries to display for each property in this view.</p><p>Key: Property name. Value: Summary formula name.</p><p> 1.10.0</p> |
| [`type`](BasesConfigFileView/type) | | <code>string</code> | <p>Unique identifier for the view type. Used to select the correct view renderer.</p><p> 1.10.0</p> |