blockOptions.method.args.item |
item |
+ |
The dictionary item id |
blockOptions.method.args.key |
token |
+ |
The dictionary element key |
blockOptions.method.args.operation |
token |
+ |
The dictionary operation. The possible operations: added – a new element is added to a dictionary; updated – an existing element is updated; removed – an element is removed from a dictionary. |