Lines Matching refs:page
35 page: PageLink,
46 const hasChildren = route.type !== 'page' && route.children.length;
57 * - Page -> if the pathname matches the page's href property
58 * - Group -> if the group contains an active page
59 * - Section -> if the section contains an active group or page
63 page: null,
77 case 'page':
79 activeRoutes.page = route;
87 if (nestedActiveRoutes?.page) {
88 activeRoutes.page = nestedActiveRoutes.page;
98 if (nestedActiveRoutes?.group || nestedActiveRoutes?.page) {
99 activeRoutes.page = nestedActiveRoutes.page;