openspace.dashboard

Functions overview

Name

Documentation

addDashboardItem

Adds a new dashboard item to the main dashboard

addDashboardItemToScreenSpace

Adds a new dashboard item to an existing SceenSpaceDashboard

clearDashboardItems

Removes all dashboard items from the main dashboard

removeDashboardItem

Removes the dashboard item with the specified identifier

removeDashboardItemsFromScreenSpace

Removes all dashboard items from an existing ScreenSpaceDashboard

Functions

addDashboardItem

Adds a new dashboard item to the main dashboard.

Parameters
  • dashboard Table

Return type: void

Signature
openspace.dashboard.addDashboardItem(dashboard)

addDashboardItemToScreenSpace

Adds a new dashboard item to an existing SceenSpaceDashboard.

Parameters
  • identifier String

  • dashboard Table

Return type: void

Signature
openspace.dashboard.addDashboardItemToScreenSpace(identifier, dashboard)

clearDashboardItems

Removes all dashboard items from the main dashboard.

Return type: void

Signature
openspace.dashboard.clearDashboardItems()

removeDashboardItem

Removes the dashboard item with the specified identifier.

Parameters
  • identifier String | Table

Return type: void

Signature
openspace.dashboard.removeDashboardItem(identifier)

removeDashboardItemsFromScreenSpace

Removes all dashboard items from an existing ScreenSpaceDashboard.

Parameters
  • identifier String

Return type: void

Signature
openspace.dashboard.removeDashboardItemsFromScreenSpace(identifier)