Enumeration WizardSceneAction

Action for the wizard scene.

Next: Continue to the next registered step (or exit, if this is the last step)

Stay: Stay on the same step

Exit: Exit from the wizard scene

You can also return a number to jump to that step

Enumeration Members

Enumeration Members

Exit: "exit"
Next: "next"
Stay: "stay"