script
ParameterType


Enumeration

Values
string value=1
displayed=string
The parameter is a string.
system value=2
displayed=system
The parameter is defined by the target type.
integer value=3
displayed=integer
The parameter is an integer.
long value=4
displayed=long
The parameter is a long.
format value=5
displayed=format
The parameter is a format type.
comboBox value=6
displayed=combobox
The parameter is a combo box type.
selection value=7
displayed=selection
The parameter is a selection/list type.
range value=8
displayed=range
The parameter is a range (min - max) type.
filter value=9
displayed=filter
The parameter is a filter selection type (not currently used).
notApplicable value=10
displayed=notapplicable
The parameter type is not applicable.
date value=11
displayed=date
The parameter is a date.
bitmask value=12
displayed=bitmask
The parameter is a bitmask.
password value=13
displayed=password
The parameter is a password.
boolean value=14
displayed=boolean
The parameter is a boolean.
multiSelection value=15
displayed=multiselection
The parameter is a selection field that can contain multiple selections.
largeString value=16
displayed=largestring
The parameter is a large string.
float value=17
displayed=float
The parameter is a float.
group value=18
displayed=group
The parameter is a group (useful for set actions only).
tab value=19
displayed=tab
The parameter is a tab (useful for set actions only).
radioButton value=20
displayed=radiobutton
The parameter is a radio button type.
json value=21
The parameter is a json type.