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