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>,
}

Fields§

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

Nested child routes rendered at the component’s .