Core
Framework v2.x
2

store() #

Stores filters, normalized with the Koncorde.normalize function.

Arguments #

store(normalized: JSONObject): { id: string, diff: JSONObject };

ArgumentsTypeDescription
normalized
JSONObject
Normalized filters

Return #

The store function returns an object with the following attributes:

FieldTypeDescription
id
string
The filter unique identifier
diff
object
If the filter didn't already exist, contains the normalized version of the provided filters