AJSF API reference
    Preparing search index...

    Function _mergeErrors

    • '_mergeErrors' utility function

      Merges an array of objects. Used for combining the validator errors returned from 'executeValidators'

      // { PlainObject[] } arrayOfErrors - array of objects // { PlainObject } - merged object, or null if no usable input objectcs

      Parameters

      • arrayOfErrors: any

      Returns PlainObject