Type

MatInputAddon

@ng-forge/dynamic-forms-material

Addon kinds accepted by mat-input.

Material-specific kinds (mat-icon, mat-button) plus the universal text and template kinds. component is permitted at runtime via the broader BaseAddon union (and dropped in JSON-derived configs by the validator) but excluded here so the IDE narrows tightly to declarative shapes.

To extend with custom kinds, augment MatAddonExtensions.

Signature

type MatInputAddon = MatIconAddon | MatButtonAddon | TextAddon | TemplateAddon | MatAddonExtension;