stapp-validate
Version:
Form validation module for stapp - modular state manager
17 lines • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var stapp_1 = require("stapp");
var constants_1 = require("./constants");
/**
* @private
*/
exports.asyncValidationStart = stapp_1.createEvent(constants_1.VALIDATE + ": async validation started");
/**
* @private
*/
exports.asyncValidationEnd = stapp_1.createEvent(constants_1.VALIDATE + ": async validation finished");
/**
* Start revalidating all fields
*/
exports.revalidate = stapp_1.createEvent(constants_1.VALIDATE + ": force validation");
//# sourceMappingURL=events.js.map