Stone.js API
Docs
Home
Preparing search index...
stone-js-node-cli-adapter/src/declarations
FunctionalCommandHandler
Type Alias FunctionalCommandHandler<W, X>
FunctionalCommandHandler
:
(
incomingEvent
:
W
)
=>
Promiseable
<
X
>
Represents FunctionalCommandHandler.
Type Parameters
W
extends
IncomingEvent
=
IncomingEvent
X
=
unknown
Type Declaration
(
incomingEvent
:
W
)
:
Promiseable
<
X
>
Parameters
incomingEvent
:
W
Returns
Promiseable
<
X
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Represents FunctionalCommandHandler.