pub fn route_params() -> Rc<Vec<(String, String)>>Expand description
The query params carried by the most recent navigate call (?name=value&…). Read them
inside a destination builder: route_param("id"). They describe the navigation in flight —
a push you perform by writing a path signal directly carries its data in your own state
instead (docs/navigation.md).