InteractiveFieldType type exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 10
Complexity: 1
Params: 0
Signature
type InteractiveFieldType
Summary
Type of interactive/custom widget detected on the page
Source Code
export type InteractiveFieldType =
| "date-picker"
| "time-picker"
| "rich-text"
| "slider"
| "toggle"
| "rating"
| "captcha"
| "color-picker"
| "autocomplete";
No outgoing dependencies.
No incoming dependencies.