casparcg-connection
Preparing search index...
TypedResponseCommand
Interface TypedResponseCommand<CommandName, Params, ReturnType>
This interface contains both the command as well as the typings for the return object
interface
TypedResponseCommand
<
CommandName
extends
Commands
,
Params
,
ReturnType
>
{
command
:
Command
<
CommandName
,
Params
>
;
returnType
:
ReturnType
;
}
Type Parameters
CommandName
extends
Commands
Params
ReturnType
Index
Properties
command
return
Type
Properties
command
command
:
Command
<
CommandName
,
Params
>
return
Type
returnType
:
ReturnType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
return
Type
casparcg-connection
Loading...
This interface contains both the command as well as the typings for the return object