flexx icon indicating copy to clipboard operation
flexx copied to clipboard

Implement computed properties

Open almarklein opened this issue 8 years ago • 0 comments

PR #408 implements a new property system (amongst other things). Computed properties can be implemented on top of that, as a combination of a property and an implicit reaction. They can be useful to define properties that represent some sort of combination or aggregate of other properties.

almarklein avatar Jan 29 '18 13:01 almarklein