Group
Set of sections that the form will have.
Interface
interface IGroup {
fields: IBaseField[];
groupName?: string | ILocales;
expanded?: boolean;
}
Properties
fields
Set of fields to be displayed in the form
-
Type:
BaseField[]
-
Required: Yes
groupName
Name of the section. If not reported, the section will not be displayed
-
Type:
string |
Locales
-
Required: No
expanded
Indicates if the section should be displayed expanded by default
-
Type:
boolean
-
Required: No