<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [WidgetMode](./sdk.widgetmode.md)

## WidgetMode type

The mode of the widget. \* `"interactive"` (default): the widget is interactive: the user needs to click the checkbox to finalize the captcha. This mode offers the best anti-bot protection. \* `"noninteractive"`<!-- -->: the widget is non-interactive: the captcha is solved without any user interaction required.

**Signature:**

```typescript
export type WidgetMode = "interactive" | "noninteractive";
```
