9 lines
203 B
Plaintext
Raw Normal View History

{
"name": "$id",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Record and Attributes"],
"description": "Returns the feature id of the current row.",
"examples": [ { "expression":"$id", "returns":"42"}
]
}