Interface
DynamicFormAddonActionPresetRegistry
@ng-forge/dynamic-forms
Module-augmentable registry of adapter-specific preset names.
Adapters add their canonical actions (e.g., Material's
'mat-datepicker-open') without forking the AddonActionPreset union.
Signature
interface DynamicFormAddonActionPresetRegistryExamples
declare module '@ng-forge/dynamic-forms' {
interface DynamicFormAddonActionPresetRegistry {
'mat-datepicker-open': true;
}
}packages/dynamic-forms/src/lib/models/addon/addon-action.ts:111