Insert Object Into Array
This node is used to insert an Object into an Array. Both the Array and the Object are referred to through their Id. The insert happens when the Do action is triggered.
Data | Description |
---|
Array Id | The Id of the Array to insert the Object into. |
Object Id | The Id of the Object to insert into the Array. |
Signal | Description |
---|
Do | Sending a signal to this input inserts the Object with the Id set on the input Object Id into the Array with the Id set on the input Array Id. |
Outputs
Signal | Description |
---|
Done | This signal is sent when the insertion is ready. |