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 124a216 commit ca680f0Copy full SHA for ca680f0
docs/src/content/guides/api.mdx
@@ -60,4 +60,6 @@ driverObj.getState();
60
// Look at the DriveStep section of configuration for format of the step
61
// https://driverjs.com/docs/configuration/#drive-step-configuration
62
driverObj.highlight({ /* ... */ }); // Highlight an element
63
+
64
+driverObj.destroy(); // Destroy the tour
65
```
0 commit comments