Core
Framework v2.x
2

validate() #

Validates the provided filters without storing them.

Arguments #

validate(filters: JSONObject): Promise<void>;

ArgumentsTypeDescription
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.