UI State
UI State is useful for keeping track of the current view and state of your application.
To set/update a UI state variable, use the set() predicate:
var_id
must be in snake_case OR camelCase.
To get the current value of a UI state variable, use the get() predicate:
Last updated