interface ChildPage {
    childPosition?: null | number;
    id?: string;
    spaceId?: string;
    status?: OnlyArchivedAndCurrentContentStatus;
    title?: string;
}

Hierarchy

  • Record<string, unknown>
    • ChildPage

Properties

childPosition?: null | number

Position of child page within the given parent page tree.

id?: string

ID of the page.

spaceId?: string

ID of the space the page is in.

The status of the content.

title?: string

Title of the page.