Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
WrappedActions
Type alias WrappedActions<Actions>
Wrapped
Actions
<
Actions
extends
{
[
action
:
string
]
:
Action
<
any
,
any
,
any
>
;
}
>
:
{
[
Prop
in
keyof
Actions
]
:
Actions
[
Prop
]
extends
Action
<
infer
TParams
,
infer
TOk
,
infer
TErr
>
?
WrappedAction
<
TParams
,
TOk
,
TErr
>
:
never
}
Type Parameters
Actions
extends
{
[
action
:
string
]
:
Action
<
any
,
any
,
any
>
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...