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 ?stringSchema description
pathPattern ?stringField path pattern this schema applies to
validators ?ValidatorConfig[]Validators to apply
logic ?LogicConfig[]Logic rules to apply
subSchemas ?SchemaApplicationConfig[]Nested schema applications