Difference between revisions of "Scripts"
From Wisevoice Wiki
(Created page with "''coming soon''") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '' | + | Scripts are components used to do custom processing on data from the user's session. |
+ | |||
+ | Scripts us the JavaScript programming language. | ||
+ | |||
+ | You can read and edit any of the variables in the users session by referencing them with ''this.userData["key"]'' |
Latest revision as of 09:53, 10 February 2020
Scripts are components used to do custom processing on data from the user's session.
Scripts us the JavaScript programming language.
You can read and edit any of the variables in the users session by referencing them with this.userData["key"]