Erase Dictionary Element

The Erase Dictionary Element Node.
The Erase Dictionary Element Node removes one or more elements from a Dictionary. It receives as input the Dictionary from which the element/s will be removed and the
Key/s
of the element/s to erase.
The Erase Dictionary Element Node Attributes.
Inputs
- The number of elements you wish to remove from the Input Dictionary. Each element has the following Attribute:Attribute | Type | Description |
---|---|---|
Key | String | The Key of the element you wish to remove if none is given in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
Dictionary | Dictionary | The Dictionary whose element/s you wish to remove. |
Key: KEYNAME | String | The Key of the element you wish to remove. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
Dictionary | Dictionary | The resulting Dictionary once the desired elements have been removed. |
Last modified 3mo ago