• JMap.Project.existsById

    Returns true if project exist for the given project id.

    Parameters

    • projectId: JId

      The JMap project id

    Returns boolean

    Example

    // returns true if the project id = 2 exists, else false
    JMap.Project.existsById(2)