Saxonberg Server API
Preparing search index...
mud/lib/script/Interpreter
DispatchFn
Type Alias DispatchFn
DispatchFn
:
(
command
:
CommandDefinition
,
model
:
CommandModel
,
prep
:
Record
<
string
,
string
>
,
)
=>
Promise
<
CommandContext
>
Runs a bound command's resolve→validate→execute tail; returns its ctx.
Type Declaration
(
command
:
CommandDefinition
,
model
:
CommandModel
,
prep
:
Record
<
string
,
string
>
,
)
:
Promise
<
CommandContext
>
Parameters
command
:
CommandDefinition
model
:
CommandModel
prep
:
Record
<
string
,
string
>
Returns
Promise
<
CommandContext
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Saxonberg Server API
Loading...
Runs a bound command's resolve→validate→execute tail; returns its ctx.