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: docs-src/tutorials/02-usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,7 @@ For example: `{selector: '.some-element', event: 'click'}`. It doesn't have to
215
215
You can also always manually advance the Tour by calling `myTour.next()`.
216
216
-`highlightClass`: An extra class to apply to the `attachTo` element when it is highlighted (that is, when its step is active). You can then target that selector in your CSS.
217
217
-`id`: The string to use as the `id` for the step. If an id is not passed one will be generated.
218
+
-`modalOverlayOpeningElement`: An element selector string or a DOM element that the modal overlay opening should target. Defaults to using the same element as `attachTo` if unspecified.
218
219
-`modalOverlayOpeningPadding`: An amount of padding to add around the modal overlay opening
219
220
-`modalOverlayOpeningRadius`: An amount of border radius to add around the modal overlay opening
220
221
-`popperOptions`: Extra options to pass to [Popper](https://popper.js.org/docs/v2/constructors/#options)
0 commit comments