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 regex validation action.
Hint: Be careful with the global flag g in your regex pattern, as it can lead to unexpected results. See MDN for more information.
The regex pattern.
A regex action.
Creates a regex validation action.
Hint: Be careful with the global flag g in your regex pattern, as it can lead to unexpected results. See MDN for more information.
The regex pattern.
The error message.
A regex action.
ReadonlyrequirementThe regex pattern.
ReadonlytypeThe action type.
Regex action interface.