logo
pub fn for_each_const_properties(
    component: &Rc<Component>,
    f: impl FnMut(&ElementRc, &str)
)
Expand description

Call the given function for each constant property in the Component so one can set set_constant on it.