String
Holds one string and sends it to Out. When a value arrives at In, the held value is updated and goes straight out of Out. Typing directly into the text field on the node does the same (the default is an empty string).
Triggerpushes the currently held string out ofOutagain
Input ports
| Port ID | Type |
|---|---|
In | string |
Trigger | trigger |
Output ports
| Port ID | Type |
|---|---|
Out | string |
Scriptable members
| Path | Type |
|---|---|
inputA | string |
currentValue | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "string" }) 