Skip to content

Commit 0c64d14

Browse files
wbobeirnemonshan
authored andcommitted
Document new option
1 parent 3f53777 commit 0c64d14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs-src/tutorials/02-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ For example: `{selector: '.some-element', event: 'click'}`. It doesn't have to
219219
You can also always manually advance the Tour by calling `myTour.next()`.
220220
- `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.
221221
- `id`: The string to use as the `id` for the step. If an id is not passed one will be generated.
222+
- `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.
222223
- `modalOverlayOpeningPadding`: An amount of padding to add around the modal overlay opening
223224
- `modalOverlayOpeningRadius`: An amount of border radius to add around the modal overlay opening
224225
- `popperOptions`: Extra options to pass to [Popper](https://popper.js.org/docs/v2/constructors/#options)

0 commit comments

Comments
 (0)