pub fn for_each_const_properties( component: &Rc<Component>, f: impl FnMut(&ElementRc, &str), )
Call the given function for each constant property in the Component so one can set set_constant on it.
set_constant