Core
Framework v2.x
2

validate() #

Validates the provided filters without storing them.

Arguments #

Copied to clipboard!
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.