FormWidgetConfig: {
    content: FormWidgetCheckBoxConfig;
    type: "checkBox";
} | {
    content: FormWidgetSpinBoxConfig;
    type: "spinBox";
} | {
    content: FormWidgetDropDownConfig;
    type: "dropDown";
} | {
    content: FormWidgetLineEditConfig;
    type: "lineEdit";
} | {
    content: FormWidgetTextEditConfig;
    type: "textEdit";
} | {
    content: FormWidgetLabelConfig;
    type: "label";
}

Type declaration

Type declaration

Type declaration

Type declaration

Type declaration

Type declaration