1 | Fields defined in the Script node are accessible only within the Script by using its name. Its value can be read or written. This value is persistent across function calls. |
2 | eventOuts of a Script node are accessible from its JavaScript functions and it can be read. The value is the last value assigned to this eventOut. |
3 | The eventIns are not accessible from its JavaScript functions. |