Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
wrapAction
Function wrapAction
wrap
Action
<
TParams
extends
any
[]
,
TOk
,
TErr
extends
Error
>
(
action
:
Action
<
TParams
,
TOk
,
TErr
>
)
:
WrappedAction
<
TParams
,
TOk
,
TErr
>
Make an action affect global processing state (loading spinners) and report errors as notifications
Type Parameters
TParams
extends
any
[]
TOk
TErr
extends
Error
Parameters
action
:
Action
<
TParams
,
TOk
,
TErr
>
Returns
WrappedAction
<
TParams
,
TOk
,
TErr
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...
Make an action affect global processing state (loading spinners) and report errors as notifications