Class orion.shell.Parameter
Instances represent parameters that commands can accept.
See:
orion.shell.Command
orion.shell.ParameterType
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/shell/Shell.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
the parameter's default value (specifying this
implies that the parameter is optional)
|
|
the parameter's description
|
|
the parameter's name
|
|
the name of the parameter's type (must be either
a built-in type or a custom type that has been registered with the Shell)
|
Field Detail
{Object}
defaultValue
the parameter's default value (specifying this
implies that the parameter is optional)
{String}
description
the parameter's description
{String}
name
the parameter's name
the name of the parameter's type (must be either
a built-in type or a custom type that has been registered with the Shell)