mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
16 lines
414 B
Plaintext
16 lines
414 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", "input", "processing"]
|
|
}
|