Other
AllWidgetTypeFieldBase
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:200
CheckboxFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:209
CustomWidget
CustomWidget: ComponentType < any >
DateFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:206
DateTimeFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:212
DateTimeWithSecondsFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:215
DictionaryFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:218
FileUploadFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:253
HiddenFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:262
InlinePickListFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:247
InputFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:227
MultiFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:230
MultivalueFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:235
NumberFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:201
PickListFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:242
RadioButtonFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:265
TextFieldMeta
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:223
WidgetField
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:271
WidgetFieldsOrBlocks
Type parameters
WidgetFormField
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:272
WidgetInfoField
Widget
InfoField: WidgetFormField & { drillDownTitle?: string ; drillDownTitleKey?: string ; hintKey?: string }
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:277
WidgetListField
Defined in node_modules/@tesler-ui/schema/dist/interfaces/widget.d.ts:273
Const PopupWidgetTypes
PopupWidgetTypes: string [] = ...
isCustomWidget
Parameters
Returns descriptor is ComponentType < any >
isCustomWidgetConfiguration
Different widget types that are considered
tablesin nature for purposes of applying some shared features. For example, autofocus on missing required field should work for tables but not forms.TODO: Make extension point