Called whenever the value of at least 1 component has changed.
Returns an object that indicates which components have actually changed.
Only call the listener if one of the given cmps have changed
false
[default]: Immediately fetch the values of all changed components.
true
: Trigger the listener but don't fetch values until specifically requested.
This could reduce data traffic when only some components are required
in the listener, due to conditions or similar.
Generated using TypeDoc
Example
[SCENARIO 1] where
lazy: true
could be benefical[SCENARIO 2] where
lazy: false
could be benefical