mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
{
|
|
"name": "$id",
|
|
"type": "function",
|
|
"groups": ["Record and Attributes"],
|
|
"description": "Returns the feature id of the current row.",
|
|
"examples": [ { "expression":"$id", "returns":"42"}
|
|
]
|
|
}
|