mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
|
{
|
||
|
"function": "var",
|
||
|
"description": "Returns the value stored within a specified variable.",
|
||
|
"arguments": [ {"variable_name":"name","description":"a variable name"}],
|
||
|
"examples": [ { "expression":"var('qgis_version')", "returns":"'2.12'"}
|
||
|
]
|
||
|
}
|