Home > notion-types > BaseCollectionView
Signature:
export interface BaseCollectionView
Property | Type | Description |
---|---|---|
alive | boolean | |
format | any | |
id | ID | |
name | string | |
parent_id | ID | |
parent_table | string | |
query | any | |
query2 | { filter?: any; aggregations?: object[]; group_by: PropertyID; } | |
type | CollectionViewType | |
version | number |