@friendlycaptcha/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 type FRCWidgetCompleteEvent = CustomEvent<FRCWidgetCompleteEventData>;
References: FRCWidgetCompleteEventData