Interface

SchemaDefinition

@ng-forge/dynamic-forms

Reusable schema definition that can be referenced by name

Signature

interface SchemaDefinition

Properties

NameTypeDescription
name stringUnique schema identifier
description ?string | undefinedSchema description
pathPattern ?string | undefinedField path pattern this schema applies to
validators ?ValidatorConfig[] | undefinedValidators to apply
logic ?LogicConfig[] | undefinedLogic rules to apply
subSchemas ?SchemaApplicationConfig[] | undefinedNested schema applications