Array const
A constant of Array
type - ordered list of values.
In-ports
trigger <any>
- Any event on this port will trigger the constant to emit its value on output port.
Out-ports
output Array
- Emits event with configured static Array
value.
Overview
Array is a const component that emits event on its output port only once immediately after initialization. If trigger
port is connected then the component will wait for any event on trigger
port before emitting the constant value. Repeated events on trigger
port will trigger repeated constant events.
Settings
Set the value of the constant in the component's Settings dialog.