Hierarchy

  • FormStatus

Constructors

Methods

  • Checks if the form is valid.

    Returns void

  • Processes all conditions and sets the status of the form

    Returns void

  • Stops (or enables) processing conditions and setting the status of the form. Use with caution and always set back with suspendStatus(false) or enableProcessing();

    Parameters

    • suspend: boolean

      boolean, default = true, suspending (true) or enabling processing of conditions and status of the form

    Returns void

Generated using TypeDoc