Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ValidationResult(isValid: boolean, errorMessage: string): ValidationResult
  • Initializes a new instance of the {@link geocortex.forms.items.validation.ValidationResult} class.

    Parameters

    • isValid: boolean
    • errorMessage: string

      The error message to display to the user.

    Returns ValidationResult

Properties

errorMessage

errorMessage: string

The message that provides additional information about the invalidity.

type

String

isValid

isValid: boolean

The value indicating whether the value checked against the is valid.

type

String