Difference between revisions of "Scripts"

From Wisevoice Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
Scripts us the JavaScript programming language.
 
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''
+
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"]