Depot
Last updated
Last updated
[flow/Depot]
Forwards signal received through data
when corresponding signal was received via trigger
.
Example:
"A"@0 received via data
(input)
Wait 1s
null@0 received via trigger
"A"@0 is sent through data
(output)
Keywords: wait, hold, gate
data: any
Receives data to be forwarded on trigger signal.
trigger: any
Receives a signal indicating that the corresponding data
input signal may be forwarded.
data: any
Sends signal as received through data
(input).