Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get some more contextual data on callbacks #235

Open
mkgn opened this issue Jun 1, 2022 · 0 comments
Open

Get some more contextual data on callbacks #235

mkgn opened this issue Jun 1, 2022 · 0 comments

Comments

@mkgn
Copy link

mkgn commented Jun 1, 2022

I use multiple instances of v-tour in my application at different locations such as;

 <v-tour name="feature1" :steps="steps" :options="tourOptions" :callbacks="tourCallbacks"></v-tour>
<v-tour name="feature2" :steps="steps" :options="tourOptions" :callbacks="tourCallbacks"></v-tour>

All are using the samecallback functions. It would be great if the callbacks gets some context data apart from the current step. For example, if I can get which tour is being executed (feature1 / feature2) it would be very helpful.

Is it possible currently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant