2020-07-02 15:03:16 +10:00

13 lines
336 B
Plaintext

{
"name": "parameter",
"type": "function",
"groups": ["Processing"],
"description": "Returns the value of a processing algorithm input parameter.",
"arguments": [
{"arg":"name", "description":"name of the corresponding input parameter"}
],
"examples": [
{ "expression":"parameter('BUFFER_SIZE')", "returns":"5.6"}
]
}