Interface
FieldAddonSupportEntry
@ng-forge/dynamic-forms
One entry per field type that declares addon support.
name is the field-type discriminant; slots and allowedKinds mirror
the FieldTypeDefinition.addons registration.
Signature
interface FieldAddonSupportEntryProperties
| Name | Type | Description |
|---|---|---|
name | string | - |
slots | readonly AddonSlot[] | - |
allowedKinds | readonly string[] | undefined | - |
packages/dynamic-forms/src/lib/utils/inject-addon-kind-registry/inject-fields-supporting-addons.ts:11