Wizard

Manage a flow that is used as an integration instance.

Wizard

Configuration

Set up a new instance with config parameters and set/get methods:

config.el ...

Learn about widgetconfig here.

config.flowId

Type: String | Default: null

The ID of a flow that is opened in the wizard.

Instance

Learn about widget instance here.

State

loader

Type: Boolean | Default: null

Toggle a custom loading state.

error

Type: String | Default: null

Toggle a custom error message.

Events

flow:start

Submit the form and start the flow.

flow:validation

Flow validation errors changed.

cancel

Click a button to close the form.

close

Submit the form and wait for the flow to start.

Example

Was this helpful?