Int

Read with AI
All docs in one file (llms-full.txt)
Int

Holds one integer 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 numeric field on the node does the same.

  • Trigger pushes the currently held value out of Out again

Input ports

Port IDType
Inint
Triggertrigger

Output ports

Port IDType
Outint

Scriptable members

PathType
inputAint
currentValueint

Synapse Apps (scripting)

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

Pages linking here