pub fn render_fragment(
to: HtmlElement,
fragment: FragmentOptions,
context: Option<LeptosContext>,
allow_hovers: Option<bool>,
on_section_title: Option<JOnSectTtl>,
on_fragment: Option<JFragCont>,
on_inputref: Option<JInputRefCont>,
on_problem: Option<JProblemCont>,
problem_states: Option<ProblemStates>,
) -> Result<FTMLMountHandle, String>
Available on crate feature
ts
only.Expand description
render an FTML document fragment to the provided element