Repeater
Last updated
Last updated
[data/dictionary/Repeater]
Repeats the received data
for each item in the dictionary.
Example:
{"foo": 1, "bar": 2}@0 receiced via dict
"A"@0 received via data
"A"@0:0
"A"@0:1
sent via data
Keywords: repeat, for, loop
dict: {string: any}
data: any
Data to be repeated
data: any
Repeated data