TutorialStep Object
A single step of an in-app tutorial. An anchored step spotlights a UI element; a step with no anchor is shown as a centered modal.
Fields
#
advanceOnClick
Boolean !
Non-null
When true, the user advances the tour by pressing the highlighted element (the Next button is hidden). Ignored for modal steps.
anchorId
The stable anchor id of the UI element this step points at (from the manager anchor registry). Null means the step is shown as a centered modal with no spotlight.
placement
Non-null
Which side of the anchored element the popover is placed on. Ignored for modal steps.
spotlight
Boolean !
Non-null
Whether the anchored element is highlighted with a spotlight overlay. Ignored for modal steps.
Usages
#
References
#
- Field steps from Tutorial
Previous
TutorialStatus
Next
TutorialStepInput