FieldTypeGroup interface exported

Last updated: 2026-03-01T23:25:47.131Z

Metrics

LOC: 5 Complexity: 1 Params: 0

Signature

interface FieldTypeGroup

Summary

A named group of field type options, used to render <optgroup> elements.

Source Code

export interface FieldTypeGroup {
  category: FieldCategory;
  label: string;
  options: FieldTypeOption[];
}

No outgoing dependencies.

No incoming dependencies.