SmartPasteFormField
Interface
Represents a form field configuration used by the SmartPaste component to identify and populate form inputs.
Definition
Package:@progress/kendo-react-buttons
Properties
allowedValues?
string[]
An optional array of allowed values for fields with predefined options (e.g., dropdowns, radio buttons).
description
null | string
A description of the field that helps the AI understand what data to extract.
field
string
The unique identifier for the form field (e.g., field name or id).
type
"string" | "number" | "boolean" | "fixed-choices" | "kendo-input"
The type of the field which determines how the value should be processed.
The available options are:
string- Text-based input fieldsboolean- Checkbox or toggle fieldsnumber- Numeric input fieldsfixed-choices- Fields with predefined options (e.g., dropdowns, radio buttons)kendo-input- KendoReact input components