openpaul
Preparing search index...
CommandHandler
Type Alias CommandHandler
CommandHandler
:
(
input
:
CommandInput
,
context
:
CommandContext
,
)
=>
Promise
<
CommandResult
>
Command Handler - Function that handles a command
Type Declaration
(
input
:
CommandInput
,
context
:
CommandContext
)
:
Promise
<
CommandResult
>
Parameters
input
:
CommandInput
context
:
CommandContext
Returns
Promise
<
CommandResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
openpaul
Loading...
Command Handler - Function that handles a command