• JMap.Layer.DynamicFilter.getAllOperators

    Returns the list of all availables operators

    Returns JLAYER_DYNAMIC_FILTER_OPERATORS[]

    Example

    // returns the list of all available operators
    const allOperators = JMap.Layer.DynamicFilter.getAllOperators()
    console.log(allOperators)