You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ const myTour = new Shepherd.Tour(options);
124
124
125
125
-`steps`: An array of Step instances to initialize the tour with
126
126
-`defaultStepOptions`: Default options for Steps created through `addStep`
127
+
-`tourName`: An optional "name" for the tour. This will be appended to the the tour's
128
+
dynamically generated `id` property -- which is also set on the `body` element as the `data-shepherd-active-tour` attribute whenever the tour becomes active.
127
129
-`confirmCancel`: If true, will issue a window.confirm before cancelling
128
130
-`confirmCancelMessage`: The message to display in the confirm dialog
0 commit comments