Home > notion-types > BaseBlock
Base properties shared by all blocks.
Signature:
export interface BaseBlock
Property | Type | Description |
---|---|---|
alive | boolean | |
content | ID[] | |
created_by_id | ID | |
created_by_table | string | |
created_time | number | |
format | object | |
id | ID | |
last_edited_by_id | ID | |
last_edited_by_table | string | |
last_edited_time | number | |
parent_id | ID | |
parent_table | string | 'space' | 'block' | 'table' | |
properties | any | |
space_id | ID | |
type | BlockType | |
version | number |