<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [WidgetState](./sdk.widgetstate.md)

## WidgetState type

The state the widget is in. See the \[widget lifecycle\](../lifecycle) docs for more information.

**Signature:**

```typescript
export type WidgetState = "init" | "reset" | "unactivated" | "activating" | "activated" | "requesting" | "solving" | "verifying" | "completed" | "expired" | "error" | "destroyed";
```
