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

NameConstraintDefaultDescription
TValue-unknown-

Properties

NameTypeDescription
form null-
setValue ?undefinedAlways absent in the orphan variant — distinguishes the union members.