ng-forgeDynamic Forms
Getting StartedConfigurationFeature OverviewAPI-Driven FormsExamples
Text Inputs Selection Fields Buttons & Actions Utility Fields Advanced Controls
Basics Advanced Custom Validators Reference
Overview Angular Schema Zod Validation
Conditional Logic Value Derivation Internationalization (i18n) Form Submission
Form Groups Form Pages Form Rows Container Fields
Simplified API Complete API
Hidden Fields Text Components
Overview Writing a Wrapper Registering and Applying
Overview Presets and Actions Custom Kinds
Adding Custom Fields Expression Parser Security Type Safety Events Value Exclusion
Migrating from ngx-formlyAI Integration (MCP)OpenAPI GeneratorAPI Reference
DiscordGitHub
Material Material API ReferenceADDON_ACTION_REGISTRY
Const

ADDON_ACTION_REGISTRY

@ng-forge/dynamic-forms

Form-scoped name → handler map. Read by adapter button kinds at click time for actionRef: 'name' lookups. Provided at form scope (not root) because ADDON_ACTION_HANDLERS">ADDON_ACTION_HANDLERS is form-scoped via provideAddonActions.

Signature

const ADDON_ACTION_REGISTRY: InjectionToken<ReadonlyMap<string, AddonActionHandler<unknown>>>

packages/dynamic-forms/src/lib/providers/features/addons/addon-action-registry.token.ts:26