Interface XmFormModelValidation

The configuration that describes how form element should be validated.

Hierarchy

  • XmFormModelValidation

Index

Properties

Properties

fields

fields: Record<string, FieldValidationsDescriptor>

A map between the ID of a form element and the validation rules for that element.

revids

The configuration that describes which elements reference other form elements. For example, an elment might be visible or hidden depending on the value of another element.