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 an URL validation action.
Hint: The value is passed to the URL constructor to check if it is valid. This check is not perfect. For example, values like "abc:1234" are accepted.
An URL action.
Creates an URL validation action.
Hint: The value is passed to the URL constructor to check if it is valid. This check is not perfect. For example, values like "abc:1234" are accepted.
The error message.
An URL action.
ReadonlyrequirementThe validation function.
ReadonlytypeThe action type.
URL action interface.