Float

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

Holds one float value 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 (it is not there to stop the value)

Input ports

Port IDType
Infloat
Triggertrigger

Output ports

Port IDType
Outfloat

Scriptable members

PathType
inputAfloat
currentValuefloat

Synapse Apps (scripting)

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

Pages linking here