Scripts

From Wisevoice Wiki
Revision as of 09:53, 10 February 2020 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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"]