Interface

FieldRegistryLeaves

@ng-forge/dynamic-forms

Leaf fields registry - augment this interface to add custom leaf fields

Signature

interface FieldRegistryLeaves

Properties

NameTypeDescription
text TextField-
hidden HiddenField<HiddenValue>-

Examples

declare module '@ng-forge/dynamic-forms' {
  interface FieldRegistryLeaves {
    'my-input': MyInputFieldDef;
  }
}