Rebuild State
The Rebuild State action triggers a rebuild or refresh of a specific state context within the app. This can be used to force the UI to update based on changes in state or to reinitialize parts of the app dynamically.
Use Cases
Refreshing a page or component after an external event.
Rebuilding a state container to reflect updated data.
Triggering UI updates without full navigation.
Properties
stateContextName
(Required) The name of the page or state container context to rebuild.
Default Behavior
The specified state context (page or state container) is rebuilt, causing any UI dependent on that state to update.
Useful for manual refreshes or complex UI state management.
How to Use
Attach the action to a widget event.
Select Rebuild State from the action list.
Specify the
stateContextName
to identify which page or container to rebuild.
Last updated