validate() #
Validates the provided filters without storing them.
Arguments #
validate(filters: JSONObject): Promise<void>;| Arguments | Type | Description |
|---|---|---|
filters | JSONObject | Filters, in Koncorde format |
Return #
The validate function returns a promise, which is resolved if the filters are well-formed, and rejected otherwise.