Options for creating a Page.

interface PageCreationOptions {
    name: string;
}

Properties

Properties

name: string

The name of the page.