SmartPasteFormField
Interface
Represents a form field configuration for the SmartPasteButton.
Definition
Package:@progress/kendo-vue-buttons
Properties
allowedValues?
string[]
The allowed values for the field when the type is fixed-choices.
description
string
A description of the field.
field
string
The field identifier.
type
"string" | "number" | "boolean" | "fixed-choices" | "kendo-input"
The type of the field.
The available options are:
stringbooleannumberfixed-choiceskendo-input