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
| Name | Type | Description |
|---|---|---|
"prefix" | literal | - |
"suffix" | literal | - |
packages/dynamic-forms/src/lib/models/addon/addon-slot.ts:8