Options
All
  • Public
  • Public/Protected
  • All
Menu

The API for operations related to Trimble Connect Data table.

remarks

Please note that this API's availability can change at runtime, based on access permissions of the current user, loading state of the internal clients or the device screen size. When the Data table APIs are not available, any usage of the API will result in a promise rejection. It is the integrator's responsibility to properly handle these cases.

Hierarchy

  • DataTableAPI

Index

Methods

  • getAllColumns(): Promise<Column[]>
  • Gets all available columns asynchronously.

    Returns Promise<Column[]>

    The awaitable task that returns the available columns

  • Gets all stored presets asynchronously.

    Returns Promise<ColumnSet[]>

    The awaitable task that returns the stored presets

  • Gets the current Data table config asynchronously.

    Returns Promise<DataTableConfig>

    The awaitable task that returns the current Data table config

  • Sets the Data table config

    Parameters

    Returns Promise<void>