Skip to main content

Interval

Emits the last value received on input port every wait milliseconds.

component image

In-ports

input <any> — input value to emit.

config JSON (dynamic) — accepts a JSON object with configuration properties that can be set at runtime.

Out-ports

output <any> — output events.

Overview

The Interval operator emits the last value received on input port every configured wait milliseconds.

interval overview

To stop emitting events, send a RESET signal to the input port.

Settings

Enable realtime config port

If this setting is enabled, the component can be configured through the config port. This port accepts a configuration object as input and allows you to set dynamic properties at runtime. Note that using this port does not cause the component to reinitialize, but it may cause some previous state of the component to be lost.

Wait (wait)

Wait period in milliseconds.

Type: Number
Constraint: >= 0
Required: Yes