* Complete the tour * Triggers the `complete` event
()
| 419 | * Triggers the `complete` event |
| 420 | */ |
| 421 | complete() { |
| 422 | this.tour.complete(); |
| 423 | this.trigger('complete'); |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * Remove the step, delete the step's element, and destroy the FloatingUI instance for the step. |