Difference between revisions of "Scripts"
From Wisevoice Wiki
(Created page with "''coming soon''") |
|||
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.user_data.key'' |
Revision as of 08:40, 19 November 2019
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.user_data.key