Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 469 Bytes

notion-utils.getpagecontentblockids.md

File metadata and controls

13 lines (8 loc) · 469 Bytes

Home > notion-utils > getPageContentBlockIds

getPageContentBlockIds variable

Gets the IDs of all blocks contained on a page starting from a root block ID.

Signature:

getPageContentBlockIds: (recordMap: types.ExtendedRecordMap, blockId?: string) => string[]