mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
{
|
|
"name": "$currentfeature",
|
|
"type": "function",
|
|
"groups": ["Record and Attributes"],
|
|
"description": "Returns the current feature being evaluated. This can be used with the 'attribute' function to evaluate attribute values from the current feature.",
|
|
"examples": [{
|
|
"expression": "attribute( $currentfeature, 'name' )",
|
|
"returns": "value stored in 'name' attribute for the current feature"
|
|
}],
|
|
"tags": ["evaluated", "attribute", "current", "evaluate"]
|
|
}
|