FormItem: {
emptySpace?: boolean | null;
expression?: string | null;
formLayoutableItem?: string | null;
helpText?: string | null;
}
Type declaration
Optional emptySpace?: boolean | null
Optional expression?: string | null
Optional formLayoutableItem?: string | null
Optional helpText?: string | null