• JMap.Layer.DynamicFilter.getOperatorsForAttributeType

    Returns list of all operators available for a given attribute type.

    Parameters

    Returns JLAYER_DYNAMIC_FILTER_OPERATORS[]

    Example

    // returns the list of all operators that require two values
    const operators = JMap.Layer.DynamicFilter.getOperatorsForAttributeType("number")
    console.log("Available operators for attribute type:", operators)