String

Read with AI
All docs in one file (llms-full.txt)
string #Variable #Node
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).

  • Trigger pushes the currently held string out of Out again

Input ports

Port IDType
Instring
Triggertrigger

Output ports

Port IDType
Outstring

Scriptable members

PathType
inputAstring
currentValuestring

Synapse Apps (scripting)

await synapse.modules.create({ type: "string" })

Pages linking here