* Go to the previous step in the tour
()
| 198 | * Go to the previous step in the tour |
| 199 | */ |
| 200 | back() { |
| 201 | const index = this.steps.indexOf(this.currentStep as Step); |
| 202 | this.show(index - 1, false); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Calls _done() triggering the 'cancel' event |
no test coverage detected