interface PageLocation {
    location: "page";
    navigationItem?: NavigationItem;
}

Properties

location: "page"
navigationItem?: NavigationItem