@friendlycaptcha/sdk > FRCWidgetWidgetExpireEvent
FRCWidgetWidgetExpireEvent type
Event that gets dispatched when the widget expires. This happens when the user takes too long to submit the captcha after it is solved.
Signature:
export type FRCWidgetWidgetExpireEvent = CustomEvent<FRCWidgetExpireEventData>;
References: FRCWidgetExpireEventData