Skip to main content

PARAMS_SIGNAL

Constant PARAMS_SIGNAL 

Source
pub const PARAMS_SIGNAL: &str = "params";
Expand description

The signal holding what the matched route captured, as a map, so {{ params.id }} works anywhere and not only inside the matched view.