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.
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.
Generated using TypeDoc
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.