String const
Stores a constant of String
type.
In-ports
trigger <any>
— any event on this port will trigger the component to emit its value.
Out-ports
output String
— emits the value stored in the component.
Overview
The String component stores an String
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 a String
that will be stored by the component.