VNyan dictionaries
vnyan_dictRetrieve, update, or remove entries in VNyan's named dictionaries to control node graph and REST API data.
Instructions
Get/set/clear entries in VNyan's named dictionaries - the same store JsonDictionaryNode and GetDictionaryValueNode use in node graphs, and where the REST API's payload lands. Source: plugin (live, read+write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key (required for get/set) | |
| dict | Yes | Dictionary name | |
| value | No | Value (required for set) | |
| action | Yes | Which dictionary operation to perform |