State Manager
Aggregates dynamic inputs and exposes them as outputs and as a combined State Object when updated. You can optionally assign aliases to inputs/outputs.
| Data | Description |
|---|
| Number of Inputs | Number of input/output pairs to manage. |
| Input N | Dynamic inputs (N = 0..). |
| Alias N | Optional alias to rename the corresponding input/output pair. |
| Signal | Description |
|---|
| Update | Copies input values to outputs and updates the State Object. |
| Reset | Clears dynamic outputs and combined outputs. |
Outputs
| Data | Description |
|---|
| Output N | Dynamic outputs mirroring updated input values. |
| State Object | A combined object with the latest inputs keyed by alias or default name. |
| Object ID | The id of the State Object. |
| Signal | Description |
|---|
| Updated | Emitted after a successful Update. |
| Reset Done | Emitted when Reset completes. |