Skip to main content

notion.createpageprops.parent

Home > @runlightyear/notion > CreatePageProps > parent

CreatePageProps.parent property

The parent page or database where the new page is inserted, represented as a JSON object with a page_id or database_id key, and the corresponding ID.

Signature:
parent: PageParentInput | DatabaseParentInput;