Interface
OrphanAddonActionContext
@ng-forge/dynamic-forms
Orphan variant — the addon is rendered outside any field component (rare;
happens when consumers compose <df-addon-slot> directly without a host
field). No writer is reachable; reading value may also yield undefined.
Signature
interface OrphanAddonActionContext<
TValue = unknown
>
extends AddonActionContextBase<TValue>Type Parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TValue | - | unknown | - |
Properties
| Name | Type | Description |
|---|---|---|
form | null | - |
setValue ? | undefined | Always absent in the orphan variant — distinguishes the union members. |
packages/dynamic-forms/src/lib/models/addon/addon-action.ts:43