Class orion.shell.ParameterType
Instances represent custom parameter types that can be registered in a Shell. Commands registered in the Shell can then declare parameters of the registered type.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/shell/Shell.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
a function that returns the name of the parameter type
|
|
a function that returns completion suggestions
|
|
a function that returns the string representation
for a given instance of its type
|
Field Detail
{Function}
getName
a function that returns the name of the parameter type
{Function}
parse
a function that returns completion suggestions
{Function}
stringify
a function that returns the string representation
for a given instance of its type