ipage
@nishans/types / Exports / IPage
#
Interface: IPage#
Hierarchy↳ IPage
#
Index#
Properties- alive
- content
- created_by_id
- created_by_table
- created_time
- file_ids
- format
- id
- is_template
- last_edited_by_id
- last_edited_by_table
- last_edited_time
- parent_id
- parent_table
- permissions
- properties
- shard_id
- space_id
- type
- version
#
Properties#
alive• alive: boolean
Defined in: block.ts:4
#
content• content: string[]
Defined in: block.ts:182
#
created_by_id• created_by_id: string
Inherited from: IBlock.created_by_id
Defined in: block.ts:15
#
created_by_table• created_by_table: notion_user
Inherited from: IBlock.created_by_table
Defined in: block.ts:16
#
created_time• created_time: number
Inherited from: IBlock.created_time
Defined in: block.ts:17
#
file_ids• Optional
file_ids: undefined | string[]
Defined in: block.ts:185
#
format• Optional
format: undefined | PageFormat
Defined in: block.ts:183
#
id• id: string
Defined in: block.ts:6
#
is_template• Optional
is_template: undefined | boolean
Defined in: block.ts:184
#
last_edited_by_id• last_edited_by_id: string
Inherited from: IBlock.last_edited_by_id
Defined in: block.ts:21
#
last_edited_by_table• last_edited_by_table: notion_user
Inherited from: IBlock.last_edited_by_table
Defined in: block.ts:22
#
last_edited_time• last_edited_time: number
Inherited from: IBlock.last_edited_time
Defined in: block.ts:23
#
parent_id• parent_id: string
Inherited from: IBlock.parent_id
Defined in: block.ts:10
#
parent_table• parent_table: user_root | block | space | collection
Inherited from: IBlock.parent_table
Defined in: block.ts:11
#
permissions• permissions: IPermission[]
Defined in: block.ts:186
#
properties• properties: PageProps
Defined in: block.ts:180
#
shard_id• shard_id: number
Inherited from: IBlock.shard_id
Defined in: block.ts:27
#
space_id• space_id: string
Inherited from: IBlock.space_id
Defined in: block.ts:28
#
type• type: page
Defined in: block.ts:181
#
version• version: number
Inherited from: IBlock.version
Defined in: block.ts:5