Interface

WrappersBundle

@ng-forge/dynamic-forms

Branded bundle returned by createWrappers(...).

Carries: - ɵkind: 'wrappers' — discriminant recognised by provideDynamicForm(...) - ɵregistrations — the original registrations (type-level use for InferWrapperRegistry) - ɵdefinitions — the WrapperTypeDefinition[] extracted for WRAPPER_REGISTRY">WRAPPER_REGISTRY

Signature

interface WrappersBundle<
  T extends readonly WrapperRegistration[] = readonly WrapperRegistration[]
>

Type Parameters

NameConstraintDefaultDescription
Treadonly WrapperRegistration[]readonly WrapperRegistration[]-

Properties

NameTypeDescription
ɵkind "wrappers"-
ɵregistrations T-
ɵdefinitions readonly WrapperTypeDefinition<RowWrapper | CssWrapper>[]-