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
|`initialStep`| Step index to start with when showing the steps. | Number | ✅ |
73
73
|`steps`| All the steps. |[Step[]](#step)| ✅ |
74
74
|`onExit`| Callback called when the steps are disabled <br> *Required to force keeping track of the state when the steps are dismissed with an Intro.js event and not the `enabled` prop.*| Function <br> *(stepIndex)*| ✅ |
75
+
|`onBeforeExit`| Callback called before exiting the intro. <br> *If you want to prevent exiting the intro, you can return `false` in this callback (available since intro.js 0.2.7).*| Function <br> *(stepIndex)*||
75
76
|`onStart`| Callback called when the steps are enabled. | Function <br> *(stepIndex)*||
76
77
|`onChange`| Callback called when the current step is changed. | Function <br> *(nextStepIndex, nextElement)*||
77
78
|`onBeforeChange`| Callback called before changing the current step. <br> *If you want to prevent the transition to the next / previous step, you can return `false` in this callback (available since intro.js 2.8.0).*| Function <br> *(nextStepIndex)*||
0 commit comments