Actions
reset-state
6min
Reset-state action is typically used to reset the state of the key inside the jig file and can be used further to reset the state of UI components and forms.
There are multiple ways to set up a reset-state action within a Jig:
- As onFocus action that will be executed
- As onRefresh action that will be executed
- As the main action on the jig, and when you press the action reset-state action will be executed
- As onPress and onChange action that will be executed when you trigger onPress or onChange event