pub const SEGMENT_SIGNAL: &str = "route.segment";Expand description
Reserved global signal holding the leftover path after the matched page
prefix (e.g. navigating /user/7 when only user.lmn exists leaves
/7 here). The framework never parses this into typed params - the
page’s own code does.