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

Allow for arbitrary data in step configuration to be used in hooks. #539

Open
fredericbahr opened this issue Jan 22, 2025 · 0 comments · May be fixed by #540
Open

Allow for arbitrary data in step configuration to be used in hooks. #539

fredericbahr opened this issue Jan 22, 2025 · 0 comments · May be fixed by #540

Comments

@fredericbahr
Copy link

It is possible that a user wants to define some arbitrary data for a step in its configuration to later use it within a hook to execute custom logic.

Therefore my proposal would be to extend the DriveStep with an arbitrary data-property in order to allow for such use-cases

fredericbahr added a commit to fredericbahr/driver.js that referenced this issue Jan 22, 2025
Before it was not possible to pass custom data to the `DriveStep` interface.
This limits the possiblities within a hook to execute custom logic based on the current step.

Fixes kamranahmedse#539
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

Successfully merging a pull request may close this issue.

1 participant