SerenityJS
Preparing search index...
@serenityjs/core
CommandCallback
Type Alias CommandCallback<T>
CommandCallback
:
(
context
:
CommandContext
<
T
>
,
)
=>
CommandResponse
|
void
|
Promise
<
CommandResponse
|
void
>
Type Parameters
T
=
NonNullable
<
unknown
>
Type declaration
(
context
:
CommandContext
<
T
>
,
)
:
CommandResponse
|
void
|
Promise
<
CommandResponse
|
void
>
Parameters
context
:
CommandContext
<
T
>
Returns
CommandResponse
|
void
|
Promise
<
CommandResponse
|
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SerenityJS
Loading...