Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 735 Bytes

script.md

File metadata and controls

15 lines (7 loc) · 735 Bytes

Script

The Script node is used when you need to create more complex Javascript code and it provides a few more capabilities over the Function node which can be used for simpler scripts. There is an extensive description of the node in the Javascript guide.

INPUTS

The inputs are defined by the content of the script or by explicitly specifying inputs in the properties. See the javascript guide for more details.

OUTPUS

The outputs are defined by the content of the script or by explicitly specifying outputs in the properties. See the javascript guide for more details.