Skip to main content
Version: v2

@friendlycaptcha/sdk > WidgetState

WidgetState type

The state the widget is in. See the [widget lifecycle](../lifecycle) docs for more information.

Signature:

export type WidgetState = "init" | "reset" | "unactivated" | "activating" | "activated" | "requesting" | "solving" | "verifying" | "completed" | "expired" | "error" | "destroyed";