Efl.Ui.View_Model.property_string_del

Description

Delete a synthetic property previously defined by Efl.Ui.View_Model.property_string_add.

See Efl.Ui.View_Model.property_string_add

Since 1.23

Signature

property_string_del {
    params {
        @in name: string;
    }
    return: Eina.Error;
}

C signature

Parameters

  • name (in) - The name of the synthetic property to delete.

Implemented by