sdk.form.groupschema
Home > @matterway/sdk > Form > GroupSchema
Form.GroupSchema interface
Signature:
export interface GroupSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fields | FieldSchema[] | A list of different fields to be grouped: CheckboxSchema , CheckboxListSchema , GroupSchema , HorizontalSchema , InputSchema , RadioListSchema , SegmentedSchema , SelectSchema , ToggleSchema , StaticTextSchema . | |
props? | Pick<GroupProps, 'description' | 'title'> | (Optional) Additional custom props for the field component like: title , description . | |
type | 'group' | The type of form field used to edit this value. |