Type Alias OnSectionTitleFn

Source
pub type OnSectionTitleFn = JsOrRsF<(DocumentElementURI, SectionLevel), Option<TsCont>>;

Aliased Type§

pub enum OnSectionTitleFn {
    Rs(Box<dyn JsFunLike<(DocumentElementURI, SectionLevel), Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>, Output = Result<Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>, String>>>),
    Js(JsFun<(DocumentElementURI, SectionLevel), Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>>),
}

Variants§