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 FieldAddonSupportEntry

Properties

NameTypeDescription
name string-
slots readonly AddonSlot[]-
allowedKinds readonly string[] | undefined-