Manage the steps manually on the initializing process #65
-
Hello guys!I have one question.. since we can manipulate the steps using the custom template, and also order the steps manually too, it's possible to start on a custom step, and stop the tour on a specific step, doing this on the initializing process? Example: I have 10 steps, but on a specific scenario, i want to start on the step 5, and stop the tour on the step 8, doing when i initialize the tour, on the array of steps. Is that any possibility to do that? I'm asking, because i try to stop on the step 8, but the tour continues. I know that have a way to do that on the HTML, calling the method |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Lucas, You should be able to just initialize the tour with the step range you want at any point: this.tourService.initialize(this.steps.slice(4, 8)); |
Beta Was this translation helpful? Give feedback.
Hi Lucas,
You should be able to just initialize the tour with the step range you want at any point: