Wizard
Manage a flow that is used as an integration instance.

Configuration
Set up a new instance with config parameters and set/get methods:
config.el ...
config.el ...config.flowId
config.flowIdType: String | Default: null
The ID of a flow that is opened in the wizard.
Instance
State
loader
loaderType: Boolean | Default: null
Toggle a custom loading state.
error
errorType: String | Default: null
Toggle a custom error message.
Events
flow:start
flow:startSubmit the form and start the flow.
flow:validation
flow:validationFlow validation errors changed.
cancel
cancelClick a button to close the form.
close
closeSubmit the form and wait for the flow to start.
Example
Was this helpful?
