Files
noodl-docs/nodes/ui-controls/repeater-item.md
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

2.6 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Repeater Item

<##head##>

Repeater Item

This node contains a set of useful utilities for components that have been dynamically created by a Repeater node.

<##head##>

Inputs

Signal Description
Remove Completed Send a signal, after Try Remove has been sent and any remove animation is completed. This will remove the component from its parent. See Try Remove below to learn more.

Outputs

Data Description
Item Id The object Id for this component.
Signal Description
Added When a new object is added to an array, any connected Repeater node will create a new component. This component will get the Added signal. Useful for playing animations or changing states.
Try Remove When an object is removed from am array, any connected Repeater node will remove the component it created for that object. If this signal is connected the Remove Completed input should be used to signal when animations are complete.