Object const
A constant of Object
type - unordered set of name/value pairs.
In-ports
trigger <any>
- Any event on this port will trigger the constant to emit its value on output port.
Out-ports
output Object
- Emits event with configured static Object
value.
Overview
Object 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.