Function sixtyfps_compilerlib::generator::handle_property_bindings_init[][src]

pub fn handle_property_bindings_init(
    component: &Rc<Component>,
    handle_property: impl FnMut(&ElementRc, &str, &BindingExpression)
)
Expand description

Will call the handle_property callback for every property that needs to be initialized. This function makes sure to call them in order so that if constant binding need to access constant properties, these are already initialized