Attribute/Option | Description |
---|---|
allowStepChange |
This is a required option that needs to be passed as a function which decides if the transition between the steps should be allowed or not. The function should validate the current step's user inputs and return "true" to allow the transition. The function should return "false" to prevent the transition. |
processRequest |
This is a required option that needs to be passed as a function which performs the final processing of data. |