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