January 2018
Beginner to intermediate
454 pages
10h 8m
English
Setting a property from a model attribute is very frequent in relm and it actually creates a one-way bond between the model attribute and the property. This means that when the attribute is updated, the widget property will be updated as well. There are some restrictions to this feature though:
These restrictions come from the fact that relm only analyzes the source code decorated by this attribute. And it only considers assignment to be an update of the model data.
This might require changing some code. For instance, the following code will not trigger a property ...
Read now
Unlock full access