FieldRegistryLeaves
Leaf fields registry - augment this interface to add custom leaf fields
Properties
| Name | Type | Description |
|---|---|---|
| text | |
Example usage
declare module '@ng-forge/dynamic-forms' {
interface FieldRegistryLeaves {
'my-input': MyInputFieldDef;
}
}