icolumnlist

@nishans/types / Exports / IColumnList

Interface: IColumnList#

Hierarchy#

Index#

Properties#

Properties#

alive#

• alive: boolean

Inherited from: Node.alive

Defined in: block.ts:4


content#

• content: string[]

Defined in: block.ts:202


created_by_id#

• created_by_id: string

Inherited from: CreateProps.created_by_id

Defined in: block.ts:15


created_by_table#

• created_by_table: notion_user

Inherited from: CreateProps.created_by_table

Defined in: block.ts:16


created_time#

• created_time: number

Inherited from: CreateProps.created_time

Defined in: block.ts:17


format#

• Optional format: undefined | Record<string, unknown>

Defined in: block.ts:204


id#

• id: string

Inherited from: Node.id

Defined in: block.ts:6


last_edited_by_id#

• last_edited_by_id: string

Inherited from: LastEditedProps.last_edited_by_id

Defined in: block.ts:21


last_edited_by_table#

• last_edited_by_table: notion_user

Inherited from: LastEditedProps.last_edited_by_table

Defined in: block.ts:22


last_edited_time#

• last_edited_time: number

Inherited from: LastEditedProps.last_edited_time

Defined in: block.ts:23


parent_id#

• parent_id: string

Inherited from: ParentProps.parent_id

Defined in: block.ts:10


parent_table#

• parent_table: user_root | block | space | collection

Inherited from: ParentProps.parent_table

Defined in: block.ts:11


properties#

• Optional properties: undefined | Record<string, unknown>

Defined in: block.ts:205


shard_id#

• shard_id: number

Inherited from: SpaceShardProps.shard_id

Defined in: block.ts:27


space_id#

• space_id: string

Inherited from: SpaceShardProps.space_id

Defined in: block.ts:28


type#

• type: column_list

Defined in: block.ts:203


version#

• version: number

Inherited from: Node.version

Defined in: block.ts:5