formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface XmFormModelValidation

    The configuration that describes how form element should be validated.

    interface XmFormModelValidation {
        fields: Record<string, FieldValidationsDescriptor>;
        revids: FieldReferencesDescriptor;
    }
    Index

    Properties

    Properties

    fields: Record<string, FieldValidationsDescriptor>

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

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