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