RunCommandParameterDefinition interface
Describes the properties of a run command parameter.
Properties
| default |
The run command parameter default value. |
| name | The run command parameter name. |
| required | The run command parameter required. |
| type | The run command parameter type. |
Property Details
defaultValue
The run command parameter default value.
defaultValue?: string
Property Value
string
name
The run command parameter name.
name: string
Property Value
string
required
The run command parameter required.
required?: boolean
Property Value
boolean
type
The run command parameter type.
type: string
Property Value
string