Skip to main content

Object const

Stores a constant of Object type.

component image

In-ports

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

Out-ports

output Object — emits the value stored in the component.

Overview

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

Settings

Enter an Object that will be stored by the component.

Learn More