URL
A URL address
Last updated
A URL address
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 a list of nested parameters.
object
Provides a detailed specification of nested parameters.
{
"name": "myUrl",
"type": "url",
"label": "My URL",
"nested": "rpc://getNestedFields"
}The URL address is validated as protocol://host:port/path/file?parameters#anchor

[
{
"name": "url",
"type": "url",
"label": "URL"
}
]Last updated

