actions/actions library
Classes
- StacDelayAction
- Simple delay action that waits for a number of milliseconds.
- StacDialogAction
- Core model for the "showDialog" action.
- StacFormValidate
- A Stac action that validates form data and executes conditional actions.
- StacGetFormValue
- A Stac action that retrieves the value of a specific form field.
- StacModalBottomSheetAction
- Core model for the "showModalBottomSheet" action.
- StacMultiAction
- Executes multiple actions sequentially or concurrently.
- A Stac action that performs navigation operations.
- StacNetworkRequest
- A Stac action that performs HTTP network requests.
- StacNetworkResult
- A conditional result that maps HTTP status codes to actions.
- StacSetValueAction
- A Stac action that sets or updates values in state.
- StacSnackBar
- Core model for the SnackBar action.
- StacSnackBarAction
- Action button configuration for a SnackBar.
Enums
- Method
- HTTP methods for StacNetworkRequest.
- Navigation styles supported by StacNavigateAction.