@friendlycaptcha/sdk > FRCWidgetCompleteEventData
FRCWidgetCompleteEventData interface
Payload of the "frc:widget.complete" event.
Signature:
export interface FRCWidgetCompleteEventData
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | string | The widget ID that the event originated from. | |
| name | typeof FRCWidgetCompleteEventName | "frc:widget.complete" | |
| response | string | The current frc-captcha-response value. | |
| state | "completed" |