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

Properties

location
navigationItem?: NavigationItem