Can I pass specific function for a particular step? #724
-
I want to expand checkbox for a step and I already have a function for it, is this possible to execute the function for that step? and I want to implement it for multiple steps, I've got the index of each step as well |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Aug 25, 2021
Replies: 1 comment 2 replies
-
hey @tazwar9t63 The Step typing doesn't support custom properties at the moment. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @tazwar9t63
The Step typing doesn't support custom properties at the moment.
But if you know the step's index, you can call your function in the callback.