mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
{
|
|
"name": "item_variables",
|
|
"type": "function",
|
|
"groups": ["Layout"],
|
|
"description": "Returns a map of variables from a layout item inside this print layout.",
|
|
"arguments": [ {"arg":"id","description":"layout item ID"}],
|
|
"examples": [ { "expression":"map_get( item_variables('Map 0'), 'map_scale')", "returns":"scale of the item 'Map 0' in the current print layout"}
|
|
]
|
|
}
|