Re-exports§
pub use crate::next_app::app_client_references_chunks::ClientReferencesChunks;
pub use crate::next_app::app_client_references_chunks::get_app_client_references_chunks;
pub use crate::next_app::app_entry::AppEntry;
pub use crate::next_app::app_page_entry::get_app_page_entry;
pub use crate::next_app::app_route_entry::get_app_route_entry;
Modules§
Structs§
- AppPage
- Describes the pathname including all internal modifiers such as intercepting routes, parallel routes and route/page suffixes that are not part of the pathname.
- AppPath
- The pathname (including dynamic placeholders) for the next.js router to resolve.
Enums§
- Page
Segment - See AppPage.
- Page
Type - Path
Segment - Path segments for a router path (not including parallel routes and groups).