Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunCommandParameterDefinition

Package version

Describes the properties of a run command parameter.

Hierarchy

  • RunCommandParameterDefinition

Index

Properties

Optional defaultValue

defaultValue: undefined | string

The run command parameter default value.

name

name: string

The run command parameter name.

Optional required

required: undefined | false | true

The run command parameter required.

type

type: string

The run command parameter type.

Generated using TypeDoc