Skip to main content

WebUIFragmentRoute

Type Alias WebUIFragmentRoute 

Source
pub type WebUIFragmentRoute = WebUiFragmentRoute;

Aliased Type§

pub struct WebUIFragmentRoute {
    pub path: String,
    pub fragment_id: String,
    pub exact: bool,
    pub children: Vec<WebUiFragmentRoute>,
    pub allowed_query: String,
}

Fields§

§path: String§fragment_id: String§exact: bool§children: Vec<WebUiFragmentRoute>

Nested child routes rendered at the component’s .

§allowed_query: String

Comma-separated allowlist of query parameters forwarded as attributes. Empty string means no query params are forwarded (deny-by-default).