|  Developer
Updated on January 3, 2023

hub.item.dictionary.clear

Connection type:

Permissions:

  • Removes all elements from the dictionary
    Only applicable for items with value type dictionary
    ‘clearItemDictionary’ script from plugin config will be called in lua

 

Edit
Field Type Description
_id string Item object id
source object Optional. Contains information about the operation source.
Edit
Edit
Broadcast Description
hub.item.dictionary.updated Informs about item dictionary changed
hub.item.updated Informs about item changed
Edit
Edit
				
					{
    "method": "hub.item.dictionary.clear",
    "id": "<request_id>",
    "params": {
        "_id" : "5cf0dc8c7f000068d223e88a"
    }
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {}
}