Local Variables
Component context
Last updated
Was this helpful?
Component context
Last updated
Was this helpful?
Use these variables to pass a component state to their children
You can use these variables for data binding, visual logic, scripts, or query parameters, and will be some of the most recurrent start points for your application.
The usage of these variables will prevent the whole application from redrawing its children, this will only redraw the component children, if you for example use a variable to store an ID, every time this variable is updated all the children of the component using the variable will redraw as well.
Use this behavior ad your advantage to refresh your app when necessary but consider collections for more important data, as it will handle better UX aspects such as roles, field access, or loading behaviors.