Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. having a handler method which will perform the desired behavior only when everything needed is ready
  2. calling this method every time the value of a slot, that need to be synchronized, changes; i.e. using the model<Slotid>Changed () (See /wiki/spaces/RTE/pages/22156475 2.4 | The Cubbles Javascript API)

So in our case, we will handle this in the data-processor component logic. The code would look similar to the one below:

...