Remove Object From Array
This node is used to remove an Object from an Array. Both the Array and the Object are referred to through their Id. The removal happens when the Do action is triggered.
If the Object to be removed is not in the array, nothing will happen.
Data | Description |
---|
Array Id | The Id of the Array from which the Object will be removed. |
Object Id | The Id of the Object to remove from the Array. |
Signal | Description |
---|
Do | This actions removes the Object with the Id set on the input Object Id from the Array with the Id set on the input Array Id. |
Outputs
Signal | Description |
---|
Done | This signal is sent when the removal is done. |