Home > notion-types > Collection
Signature:
export interface Collection
Property | Type | Description |
---|---|---|
alive | boolean | |
copied_from | string | |
format | { collection_page_properties?: Array<{ property: PropertyID; visible: boolean; }>; property_visibility?: Array<{ property: PropertyID; visibility: 'show' | 'hide'; }>; } | |
icon | string | |
id | ID | |
name | Decoration[] | |
parent_id | ID | |
parent_table | string | |
schema | CollectionPropertySchemaMap | |
template_pages | Array<ID> | |
version | number |