---
id: sdk.frcwidgetcompleteeventdata
title: FRCWidgetCompleteEventData
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; [FRCWidgetCompleteEventData](./sdk.frcwidgetcompleteeventdata.md)

## FRCWidgetCompleteEventData interface

Payload of the `"frc:widget.complete"` event.

**Signature:**

```typescript
export interface FRCWidgetCompleteEventData 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[id](./sdk.frcwidgetcompleteeventdata.id.md)


</td><td>


</td><td>

string


</td><td>

The widget ID that the event originated from.


</td></tr>
<tr><td>

[name](./sdk.frcwidgetcompleteeventdata.name.md)


</td><td>


</td><td>

typeof [FRCWidgetCompleteEventName](./sdk.frcwidgetcompleteeventname.md)


</td><td>

`"frc:widget.complete"`


</td></tr>
<tr><td>

[response](./sdk.frcwidgetcompleteeventdata.response.md)


</td><td>


</td><td>

string


</td><td>

The current `frc-captcha-response` value.


</td></tr>
<tr><td>

[state](./sdk.frcwidgetcompleteeventdata.state.md)


</td><td>


</td><td>

"completed"


</td><td>


</td></tr>
</tbody></table>
