JSPM

  • Created
  • Published
  • Downloads 1114
  • Score
    100M100P100Q177635F
  • License https://connect.trimble.com/terms-service

Trimble Connect Workspace API

Package Exports

  • trimble-connect-workspace-api
  • trimble-connect-workspace-api/dist/cjs/trimbleconnect.workspace.api.js
  • trimble-connect-workspace-api/dist/es/trimbleconnect.workspace.api.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (trimble-connect-workspace-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Trimble Connect Workspace API

Trimble Connect Workspace API allows the client applications to interact with the Trimble Connect Web application. It utilizes window.postMessage() to facilitate the communication. There are two methods to utilize this API:

  • The client application embeds the Trimble Connect Web Modules or Trimble Connect 3D Viewer in an iframe.
  • The client application is embedded inside the Trimble Connect Web or 3D Viewer as extensions.

Husky pre-commit hooks

When setting up the repository for the first time, please run npm run prepare to configure pre-commit linter & prettier hooks

Documentation

Refers to the Trimble Connect Workspace API Documentation.

Examples

Check out the example application for more details!

Questions