Programmically continue tour #813
Replies: 1 comment
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like to continue the tour programmatically. Suppose that, I have 4 features and I like to demonstrate these features to users. However, anytime I demonstrate a feature, I want to stop the tour and wait user complete this feature, as soon as he/she complete it, I like to continue the tour. I noticed that there is
run
andstepIndex
props. However, after I set these props programmatically,lifecycle
property cannot go beyondinit
. Thank for any help in advance.Beta Was this translation helpful? Give feedback.
All reactions