Last active
March 14, 2018 21:36
-
-
Save undavide/e14688c6e571fdc68bbcb57b9ffe46ca to your computer and use it in GitHub Desktop.
Run the evalScript method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// JS file (panel) | |
var csInterface = new CSInterface(); | |
csInterface.evalScript('alert("Hello World!")'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment