Preparing search index...
The search index is not available
papi-dts
papi-dts
"shared/services/command.service"
sendCommand
FunctionsendCommand
Send a command to the backend.
send
Command
<
CommandName
>
(
commandName
,
...
args
)
:
Promise
<
Awaited
<
ReturnType
<
CommandHandlers
[
CommandName
]
>
>
>
Type Parameters
CommandName
extends
keyof
CommandHandlers
Parameters
commandName
:
CommandName
Rest
...
args
:
Parameters
<
CommandHandlers
[
CommandName
]
>
Returns
Promise
<
Awaited
<
ReturnType
<
CommandHandlers
[
CommandName
]
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
papi-dts
Loading...
Send a command to the backend.