Port
A whole number with a value from 1 to 65535
Last updated
A whole number with a value from 1 to 65535
Type: Object
Specifies parameter validation.
Available parameters:
max
number
Specifies the maximum numeric value.
min
number
Specifies the minimum numeric value.
Available types:
array
Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty).
string
Provides the URL address of an RPC to load the list of nested parameters.
object
Provides a detailed specification of nested parameters.
{
"name": "myPort",
"type": "port",
"label": "My Port",
"nested": "rpc://getNestedFields"
}
For more examples, see the Integer/Uinteger parameter specification.
Last updated
[
{
"name": "port",
"label": "Port",
"type": "port"
}
]
