Alex fed4c74928
Apply suggestions from code review
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:25:21 -05:00

16 lines
405 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"
}],
"tags": ["algorithm", "parameter", "processing"]
}