Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormComponentGroup

Used to create a group of components in a form layout

Hierarchy

  • FormComponentGroup

Index

Properties

Properties

components

components: (FormComponent<Component> & { layout?: FormItemLayout })[]

The form components to display in the group along with optional layouts for each item

title

title: string

The title of the group, displayed above its components

Generated using TypeDoc