@clickscript/actions@0.0.2
latest
Typescript actions for the Clickscript visual programming language.
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
JSR Score
100%
Published
2 months ago (0.0.2)
I
Call
Call argument type for call action.
f
call
Calls an API using fetch.
I
Condition
Condition argument type for condition action.
f
condition
Uses a Clickscript function to determine if a condition passes and runs the Run if it passes.
f
I
func
Sets a function in global to be run another time.
I
Kill
Kill argument type for kill action.
f
kill
Panic and throw an error.
I
Log
Log argument type for log action.
f
log
Logs to the console.
I
Repeat
Repeat argument type for repeat action.
f
repeat
Loop through Runs. We use the children length to determine the loop count.
I
Run
No documentation available
I
Set
Set argument type for set action.
f
set
Sets a variable or constant globally.
I
Text
Text argument type for text action.
f
text
Perform various text operations on a text.