Skip to content

Expression Validator Schema Properties

Validates using a custom expression that must evaluate to true.

Element type: expressionvalidator Properties: 3 Category: Validators


  • Type: condition
  • Default:

A Boolean expression. If it evaluates to false, validation fails.

  • Type: string
  • Default: "error"
  • Allowed values: error, warning, info

Specifies the type of notification shown to users.

  • Type: string
  • Default:
  • Localizable: Yes

An error message to display when a value fails validation.