Skip to content

greaterEqThan

Validator checks if given value is grater or equal to given 'min' option.

Parameters

options

min

int Option used to compare if given value is greater or equal to this min option.

Example

source
{
    "type" : "greaterEqThan",
    "options": {
        "min" : 10
    }
}