...
Undo an action or redo it (after undo).
Blocks
Actions
CSS
...
addClass
add a single class to a component
addMultiClasses and removeMultiClasses
add multple classes to a component or remove multiple classes from a component
multiStyles
add multiple styles properties to a component
setComponentStyle
set a single style property to a component
finstackEval
use this block to evaluate axon code
hide
hide one or more components
toggleVisibility
toggle the visibility of one or several components
moveTo
move a component
refreshPoints
refresh one or several points
runProgram
run a program on one or several components
Math
foldCol
this blocks apply a function on a column of a table
onOffToBool
this block transforms "Off" and "off" to false and everything else (including "On" and "on") to true
Control Flow
forEach
runs an action on each element of an input array
hide
hide one or more components
moveTo
move a component
Querying
queryAll
...
Querying
component
use this block to select a single component
finstackEval
use this block to evaluate axon code
query
use this block to return a single result
...
queryAll
use this block to select a single componentreturn multiple results
Time
setTimeout
do some actions after waiting a delay
toDaysHrsMins
Transform a period of time into a string representation of days, hours and minutes
Examples
Coils and Fan Example
...