friendly-captcha-sdk > FRCWidgetWidgetErrorEvent
FRCWidgetWidgetErrorEvent type
Event that gets dispatched when something goes wrong in the widget.
Signature:
export declare type FRCWidgetWidgetErrorEvent = CustomEvent<FRCWidgetErrorEventData>;
References: FRCWidgetErrorEventData