Trait react::any_js_props::AnyJsPropsBuilder
source · [−]pub trait AnyJsPropsBuilder {
fn set_prop(&mut self, name: &str, value: &JsValue) -> &mut Self;
fn remove_prop(&mut self, name: &str) -> &mut Self;
fn set_children(&mut self, children: Option<Children>) -> &mut Self;
}