Efl.Ui.View_Model.property_bind

Description

Automatically update the field for the event Efl.Model.properties,changed to include property that are impacted with change in a property from the composited model.

The source doesn't have to be provided at this point by the composited model.

Since 1.23

Signature

property_bind {
    params {
        @in source: string;
        @in destination: string;
    }
}

C signature

void efl_ui_view_model_property_bind(Eo *obj, const char *source, const char *destination);

Parameters

  • source (in) - Property name in the composited model.
  • destination (in) - Property name in the Efl.Ui.View_Model

Implemented by