Optional
onIf the end-user aborts the account import step, the onAbort
event will
be triggered.
Optional
onWhen the widget has finished executing, the onComplete
event is
triggered. This event indicates that the widget has completed
successfully, not that the widget's check has returned positive results.
If the results of the widget's check are to be provided, then they should
be sent as the payload of a separate event.
When the widget has finished executing, the onComplete
event is
triggered. This event indicates that the widget has completed
successfully, not that the widget's check has returned positive results.
If the results of the widget's check are to be provided, then they should
be sent as the payload of a separate event.
Optional
onThe onError
event is triggered when a technical error occurs, such as an
inaccessible API server, an incorrect widget configuration, or any other
unexpected error.
The onError
event is triggered when a technical error occurs, such as an
inaccessible API server, an incorrect widget configuration, or any other
unexpected error.
Optional
onThe onNavigate
event is triggered when navigating to a different view.
The event's payload is the route's path. For example, you can use this
event to incorporate the widget's steps into your own stepper.
The onNavigate
event is triggered when navigating to a different view.
The event's payload is the route's path. For example, you can use this
event to incorporate the widget's steps into your own stepper.
Optional
onThe onResolved
event is triggered after successful evaluation. The
payload of this event is an object containing the results of the
evaluation.
The onResolved
event is triggered after successful evaluation. The
payload of this event is an object containing the results of the
evaluation.
Generated using TypeDoc
If the end-user aborts the account import step, the
onAbort
event will be triggered.