Options
All
  • Public
  • Public/Protected
  • All
Menu

The API for operations related to Trimble Connect projects.

Hierarchy

  • ProjectAPI

Index

Methods

  • Gets the current project members asynchronously.

    Returns Promise<UserDetails[]>

    The awaitable task that returns the current project members.

  • Gets the current Trimble Connect project asynchronously.

    Returns Promise<ConnectProject>

    The awaitable task that returns the current Trimble Connect project.

  • Gets the current project settings asynchronously.

    Returns Promise<ProjectSettings>

    The awaitable task that returns the current project settings.

  • setProject(projectId: string): Promise<void>
  • Sets the current Trimble Connect project asynchronously.

    Parameters

    • projectId: string

      The project identifier

    Returns Promise<void>

    The awaitable task.