ParameterType
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / ParameterType
Enumeration: ParameterType
Defined in: src/models/operations.ts:465
Data type of the output parameter. string - String text surrounded by double quotes. single_choice - Value must match an item in the options field. boolean - Boolean true/false (not surrounded by quotes). array - - A list of parameters of any type. object - A JSON object.
Enumeration Members
ARRAY
ARRAY:
"array"
Defined in: src/models/operations.ts:469
BOOLEAN
BOOLEAN:
"boolean"
Defined in: src/models/operations.ts:468
NUMBER
NUMBER:
"number"
Defined in: src/models/operations.ts:471
OBJECT
OBJECT:
"object"
Defined in: src/models/operations.ts:470
SINGLE_CHOICE
SINGLE_CHOICE:
"single_choice"
Defined in: src/models/operations.ts:467
STRING
STRING:
"string"
Defined in: src/models/operations.ts:466
WILDCARD
WILDCARD:
"wildcard"
Defined in: src/models/operations.ts:472