mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
{
|
|
"name": "$id",
|
|
"type": "function",
|
|
"groups": ["Record and Attributes"],
|
|
"description": "Returns the feature id of the current row.",
|
|
"examples": [{
|
|
"expression": "$id",
|
|
"returns": "42"
|
|
}],
|
|
"tags": ["row", "current"]
|
|
}
|