notion.retrieveblockchildrenprops
Home > @runlightyear/notion > RetrieveBlockChildrenProps
RetrieveBlockChildrenProps interface
Signature:interface RetrieveBlockChildrenProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
blockId | NotionId |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
pageSize? | number | The number of items from the full list desired in the response. Maximum: 100 | |
startCursor? | string | If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results. |