openspace.dashboard
Functions overview
Name |
Documentation |
---|---|
Adds a new dashboard item to the main dashboard |
|
Adds a new dashboard item to an existing SceenSpaceDashboard |
|
Removes all dashboard items from the main dashboard |
|
Removes the dashboard item with the specified identifier |
|
Removes all dashboard items from an existing ScreenSpaceDashboard |
Functions
addDashboardItem
Adds a new dashboard item to the main dashboard.
dashboard
Table
Return type: void
openspace.dashboard.addDashboardItem(dashboard)
addDashboardItemToScreenSpace
Adds a new dashboard item to an existing SceenSpaceDashboard.
identifier
String
dashboard
Table
Return type: void
openspace.dashboard.addDashboardItemToScreenSpace(identifier, dashboard)
clearDashboardItems
Removes all dashboard items from the main dashboard.
Return type: void
openspace.dashboard.clearDashboardItems()
removeDashboardItem
Removes the dashboard item with the specified identifier.
identifier
String | Table
Return type: void
openspace.dashboard.removeDashboardItem(identifier)
removeDashboardItemsFromScreenSpace
Removes all dashboard items from an existing ScreenSpaceDashboard.
identifier
String
Return type: void
openspace.dashboard.removeDashboardItemsFromScreenSpace(identifier)