casparcg-connection
    Preparing search index...

    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

    Properties

    returnType: ReturnType