Options
All
  • Public
  • Public/Protected
  • All
Menu

The API for operations related to Trimble Connect Web and 3D Viewer UI.

Hierarchy

  • UIAPI

Index

Methods

  • Gets all the UI elements and their states.

    Returns Promise<ElementState[]>

    The awaitable task that returns the UI elements and their states.

  • setActiveMenuItem(command: string): Promise<boolean>
  • Activate the Trimble Connect web navigation submenu based on the command value from the project extension.

    Parameters

    • command: string

      submenu command value.

    Returns Promise<boolean>

    The awaitable task

  • Configures Trimble Connect web navigation menu from the Project extension.

    Parameters

    Returns Promise<ExtensionMainMenu>

    The awaitable task

  • Sets the state of the UI element.

    Parameters

    Returns Promise<void>

    The awaitable task