We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae3c4a commit 3df8767Copy full SHA for 3df8767
README.md
@@ -113,7 +113,8 @@ $.get('/load/some_data', function(data){
113
* `set` - set current steps configuration. Arguments: config
114
* `run` - run the current script. Has no arguments
115
* `resume` - resume the script from the step where it was stopped. Has no arguments
116
-* `getCurrentStep` - returns the current step index
+* `getCurrentStep` - returns the current step index
117
+* `trigger` - After writing this code you can either move to the next step or finish with EnjoyHint (next|skip)
118
119
#### Events
120
**Script Events**:
0 commit comments