Usage
Signature:
final class AsyncDateTimeRangeValidator<V> implements AsyncValidator<V>
Typescript Import Format
//This class is exported directly as module. To import it
import AsyncDateTimeRangeValidator= require("ojs/ojasyncvalidator-datetimerange");
For additional information visit:
Final classes in JET
Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.
Constructor
new AsyncDateTimeRangeValidator(options)
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
options |
DateTimeRangeValidator.ValidatorOptions |
<optional> |
an object literal used to provide the following properties |