---
id: sdk.frcwidgetcompleteevent
title: FRCWidgetCompleteEvent
hide_title: true
sidebar_class_name: sidebar-hidden
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[@friendlycaptcha/sdk](./sdk.md) &gt; [FRCWidgetCompleteEvent](./sdk.frcwidgetcompleteevent.md)

## 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:**

```typescript
export type FRCWidgetCompleteEvent = CustomEvent<FRCWidgetCompleteEventData>;
```
**References:** [FRCWidgetCompleteEventData](./sdk.frcwidgetcompleteeventdata.md)
