friendly-captcha-sdk > FRCWidgetCompleteEvent
FRCWidgetCompleteEvent type
Event that gets dispatched when the widget is completed. This happens when the user's browser has succesfully passed the captcha challenge.
Signature:
export declare type FRCWidgetCompleteEvent = CustomEvent<FRCWidgetCompleteEventData>;
References: FRCWidgetCompleteEventData