Wizard
Last updated
Last updated
The appmixer.ui.Wizard is a UI widget that creates a custom integration instance.
Method | Description |
| Constructor function that accepts |
| Render the Wizard inside its container. |
| Close the Wizard. |
| React on events of the Wizard widget. See below for the list of events the Wizard widget supports. |
| Remove event listeners. If no arguments are provided, remove all event listeners. If only the |
| Refresh the Wizard. |
Event | Callback | Triggered when ... |
|
| The user clicked the submit button and the integration was started. |
|
| The user clicked the cancel button. |