Function yew::start_app_with_props_in_element[][src]

pub fn start_app_with_props_in_element<COMP>(
    element: Element,
    props: COMP::Properties
) -> AppHandle<COMP> where
    COMP: Component
Expand description

The main entry point of a Yew application. This function does the same as start_app_in_element(...) but allows to start an Yew application with properties.