@friendlycaptcha/sdk > WidgetMode
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:
export type WidgetMode = "interactive" | "noninteractive";