friendly-captcha-sdk > FRCWidgetErrorEventData
FRCWidgetErrorEventData interface
Payload of the "frc:widget.error"
event.
Signature:
export interface FRCWidgetErrorEventData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
error | WidgetErrorData | The error that caused the state change. | |
id | string | The widget ID that the event originated from. | |
name | typeof FRCWidgetErrorEventName | "frc:widget.error" | |
response | string | The current frc-captcha-response value. | |
state | "error" |