mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
336 B
Plaintext
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"}
|
|
]
|
|
}
|