Skip to content

Logic Relay

Henry de Jongh edited this page Feb 26, 2023 · 4 revisions
Description Icon
A reactive logic component that passes through an invoked input. The relay makes it easy to invoke multiple targets with a single input. This is very helpful for organization.

Parameters

Name Description
None None

Inputs

Name Description Parameter
Invoke Invokes the relay passing through the input. parameter (string) The parameter to be passed to the output.

Outputs

Name Description Parameter
Invoked Invoked when the relay is invoked. parameter (string) The parameter to be passed to the input.

Remarks

The output passes through the input parameter when not overridden.

Clone this wiki locally