• JMap.MapContext.existsById

    Returns true if map context exists for a given id, else false.

    Parameters

    • contextId: JId

      the JMap map context id

    Returns boolean

    Example

    // returns true if the map context id=3 exist, else false
    JMap.MapContext.existsById(3)