Readonly Internal~runValidates known input values.
The input dataset.
The configuration.
The output dataset.
Optional Readonly Internal~typesThe input, output and issue type.
ReadonlyasyncWhether it's async.
ReadonlyexpectsThe expected property.
ReadonlykindThe object kind.
ReadonlymessageThe error message.
ReadonlyreferenceThe action reference.
Creates a decimal validation action.
The difference between decimal and digits is that decimal accepts
floating point numbers and negative numbers, while digits accepts only the
digits 0-9.
An decimal action.
Creates a decimal validation action.
The difference between decimal and digits is that decimal accepts
floating point numbers and negative numbers, while digits accepts only the
digits 0-9.
The error message.
An decimal action.
ReadonlyrequirementThe decimal regex.
ReadonlytypeThe action type.
Decimal action interface.