Interface: TourStep
Properties
| Property | Type | Description |
|---|---|---|
header? |
string |
- |
key |
string |
- |
nextLabel? |
string |
The text of the link to proceed to the next step. |
position? |
PositionOptions |
Customizes the position of the tooltip. |
sections? |
TourStepSection[] |
Adds additional sections of text to the tour step. |
targetLocator? |
string |
The locator of element to attach the tour tooltip to. If not specified, the step will display as a modal in the center of the screen. |
text? |
string |
- |
title |
string |
The text to display at the top of the tooltip. |