Interface GroupSchema

Hierarchy

  • GroupSchema

Properties

Properties

fields: FieldSchema[]

A list of different fields to be grouped: CheckboxSchema, CheckboxListSchema, GroupSchema, HorizontalSchema, InputSchema, RadioListSchema, SegmentedSchema, SelectSchema, ToggleSchema, StaticTextSchema.

props?: Pick<GroupProps, "title" | "description">

Additional custom props for the field component like: title, description.

type: "group"

The type of form field used to edit this value.

Generated using TypeDoc