AbstractCrudManagerValidation

Configs

2
skipSuccessProperty: Boolean= true

When true treats parsed responses without success property as successful. In this mode a parsed response is treated as invalid if it has explicitly set success : false.

validateResponse: Boolean= true

This config validates the response structure for requests made by the Crud Manager. When true, the Crud Manager checks every parsed response structure for errors and if the response format is invalid, a warning is logged to the browser console.

The config is intended to help developers implementing backend integration.

Properties

2
isAbstractCrudManagerValidation: Boolean= truereadonly
Identifies an object as an instance of AbstractCrudManagerValidation class, or subclass thereof.
isAbstractCrudManagerValidation: Boolean= truereadonlystatic
Identifies an object as an instance of AbstractCrudManagerValidation class, or subclass thereof.