Skip to main content

Array const

Stores a constant of Array type.

component image

In-ports

trigger <any> — any event on this port will trigger the component to emit its constant value on the output port.

Out-ports

output Array — emits an event with an Array constant.

Overview

The Array component stores an Array value and emits it on the output port immediately after initialization. When the trigger port is connected, the component waits for an event on this port before emitting the value. Subsequently, it emits its value each time the trigger port receives an event.

Settings

Enter an Array that will be stored by the component.