Options
All
  • Public
  • Public/Protected
  • All
Menu

Config property input validation

Hierarchy

  • ConfigPropertyMetaInput

Index

Properties

failedMessage

failedMessage: string

The message to return in the error if the validation fails.

validator

validator: function

Test if the input value is valid.

param

The input value.

returns

Returns true if the input data is valid.

Type declaration