Skip to main content

Decimalconstraints

Decimal constraints, like min/max/default.

defaultValuenumber

The default value, will be used in case no other value was filled in by the user.

encodedKeystring

The encoded key of the decimal constraint, auto generated, unique

maxValuenumber

The maximum value.

minValuenumber

The minimum value.

Decimalconstraints
{
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
}