File

src/app/core/entity-details/form/field-group.ts

Description

A group of related form fields displayed within a Form component.

Index

Properties

Properties

fields
fields: ColumnConfig[]
Type : ColumnConfig[]
header
header: string
Type : string
Optional
import { ColumnConfig } from "../../common-components/entity-form/FormConfig";

/**
 * A group of related form fields displayed within a Form component.
 */
export interface FieldGroup {
  header?: string;
  fields: ColumnConfig[];
}

results matching ""

    No results matching ""