Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface definition for user input validation.

Hierarchy

  • ValidationHandler

Implemented by

Index

Methods

Methods

validate

  • validate(options?: any): boolean
  • Performs validation on a dialog, and populates the validation problems observable of the view-model.

    Parameters

    • Optional options: any

    Returns boolean

    true if the form validates, false if it fails.