Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
confirmBeforeAction
Function confirmBeforeAction
confirm
Before
Action
<
TArgs
extends
any
[]
,
TOk
,
TErr
extends
Error
>
(
options
:
ConfirmOptions
,
action
:
Action
<
TArgs
,
TOk
,
TErr
>
)
:
(
(
...
args
:
TArgs
)
=>
ResultAsync
<
TOk
,
TErr
|
CancelledByUser
>
)
Type Parameters
TArgs
extends
any
[]
TOk
TErr
extends
Error
Parameters
options
:
ConfirmOptions
action
:
Action
<
TArgs
,
TOk
,
TErr
>
Returns
(
(
...
args
:
TArgs
)
=>
ResultAsync
<
TOk
,
TErr
|
CancelledByUser
>
)
(
...
args
:
TArgs
)
:
ResultAsync
<
TOk
,
TErr
|
CancelledByUser
>
Parameters
Rest
...
args
:
TArgs
Returns
ResultAsync
<
TOk
,
TErr
|
CancelledByUser
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...