Skip to content

API overview

Core module “isomorphic-validation”

The core module of the library exports two entities: Validation and Predicate.

Instance methods:

Instance properties:

Static methods:

Validation object

A Validation object can be created several ways:

Nested (grouped) Validation objects are accessed through:

Predicate object

A Predicate object can be created:

  • by the constructor function.
  • cloned from another Predicate object when passed into the constructor function.

Predicate objects added to validations can be accessed:

UI module “isomorphic-validation/ui”

The UI module exports the following set of helper, renderer and effect functions for performing UI side effects:

Helper functions

Renderer functions

Effect functions