• JMap.Project.existsByName

    Returns true if project exist for the given project name.

    Parameters

    • projectName: string

      The JMap project name

    Returns boolean

    Example

    // returns true if the project "My Project" exists, else false
    JMap.Project.existsByName("My Project")