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
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.
Fixeskamranahmedse#539
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 arbitrarydata
-property in order to allow for such use-casesThe text was updated successfully, but these errors were encountered: