Interface
FieldRegistryContainers
@ng-forge/dynamic-forms
Signature
interface FieldRegistryContainersProperties
| Name | Type | Description |
|---|---|---|
page | PageField<PageAllowedChildren[]> | - |
row | RowField<readonly ContainerAllowedChildren[]> | - |
group | GroupField<readonly GroupAllowedChildren[]> | - |
array | SimplifiedArrayField | ArrayField<readonly ArrayItemDefinition[]> | - |
container | ContainerField<readonly ContainerAllowedChildren[], readonly WrapperConfig[]> | - |
Examples
declare module '@ng-forge/dynamic-forms' {
interface FieldRegistryContainers {
'my-container': MyContainerFieldDef;
}
}packages/dynamic-forms/src/lib/models/registry/field-registry.ts:23