Type

CommonAddonSlot

@ng-forge/dynamic-forms

Universal addon slot names supported by every adapter.

Adapters render prefix to the leading edge of a field and suffix to the trailing edge (mirrored in RTL). Additional slots may be contributed via {@link DynamicFormAddonSlotRegistry} module augmentation.

Signature

type CommonAddonSlot = 'prefix' | 'suffix';

Properties

NameTypeDescription
"prefix" literal-
"suffix" literal-