Definition for each parameter expected by the custom command.

interface CustomCommandParameter {
    name: string;
    type: CustomCommandParamType;
}

Properties

Properties

name: string

The name of parameter as it appears on the command line.

The data type of the parameter.