Contains information about a page’s type and its unique path.

interface PageIdentifier {
    pageType: PageType;
    path: string;
}

Properties

Properties

pageType: PageType

The PageType of the current page.

path: string

The unique path for the page.