mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
425 B
Plaintext
9 lines
425 B
Plaintext
{
|
|
"name": "attribute",
|
|
"type": "function",
|
|
"description": "Returns the value of a specified attribute from a feature.",
|
|
"arguments": [ {"arg":"feature","description":"a feature"},
|
|
{"arg":"attribute_name","description":"name of attribute to be returned"}],
|
|
"examples": [ { "expression":"attribute( $currentfeature, 'name' )", "returns":"value stored in 'name' attribute for the current feature"}]
|
|
}
|