• JMap.Layer.DynamicFilter.getAllLastOperatorUnits

    Returns list of all "LAST" operator available units:

    • "mi": minutes
    • "h": hours
    • "d": days
    • "w": weeks
    • "mo": months
    • "y": years

    Returns string[]

    Example

    const allUnits = JMap.Layer.DynamicFilter.getAllLastOperatorUnits()
    console.log(`All unit for 'LAST' operator are: ${allUnits.join(", ")}`)