Interface
SchemaDefinition
@ng-forge/dynamic-forms
Signature
interface SchemaDefinitionProperties
| Name | Type | Description |
|---|---|---|
name | string | Unique schema identifier |
description ? | string | Schema description |
pathPattern ? | string | Field path pattern this schema applies to |
validators ? | ValidatorConfig[] | Validators to apply |
logic ? | LogicConfig[] | Logic rules to apply |
subSchemas ? | SchemaApplicationConfig[] | Nested schema applications |
packages/dynamic-forms/src/lib/models/schemas/schema-definition.ts:25