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 digits validation action.
The difference between digits and decimal is that digits accepts only
the digits 0-9, while decimal accepts floating point numbers and negative
numbers.
An digits action.
Creates a digits validation action.
The difference between digits and decimal is that digits accepts only
the digits 0-9, while decimal accepts floating point numbers and negative
numbers.
The error message.
An digits action.
ReadonlyrequirementThe digits regex.
ReadonlytypeThe action type.
Digits action interface.