We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi there!
is there any way to remove all steps?
in the official documentation there is a destroy() method but it didn't work:
destroy()
something like:
this.onboarding.addSteps([]); // exists this.onboarding.removeStep(name); this.onboarding.remove(); this.onboarding.destroy();