DashboardApi |
DashboardApi.andCloseOn(String eventName) |
Close a tab or popup window when the specified event is triggered.
|
DashboardApi |
DashboardApi.andRecalculateOn(String eventName) |
Specifies on what event the embedded dashboard will be recalculated.
|
DashboardApi |
DashboardApi.asParam(String paramName) |
Exposes event payload - attribute of the specified name - as a parameter that can be read in the embedded dashboard.
|
DashboardApi |
DashboardApi.openInModalOrRecalculateOn(String eventName) |
On specified event the embedded dashboard will be opened in a new modal window and recalculated.
|
DashboardApi |
DashboardApi.openInTabOrRecalculateOn(String eventName) |
On specified event the embedded dashboard will be opened in a new tab and recalculated.
|
DashboardApi |
DashboardApi.openInWindowOrRecalculateOn(String eventName) |
Deprecated.
|
DashboardApi |
DashboardApi.setParam(String paramName,
Object value) |
The main dashboard can provide input parameters to the embedded dashboard
via
|
DashboardApi |
DashboardApi.showEmbedded() |
Shows given dashboard as an embedded dashboard of another (main) dashboard.
|
DashboardApi |
DashboardApi.withEventDataAttr(String attrName) |
Allows to expose event payload - attribute of the specified name - as a parameter that can be read in the embedded dashboard.
|
default DashboardApi |
DashboardApi.withInputsHidden() |
Optionally hide all embedded Dashboard input parameters from the Unity UI's inputs panel.
|
DashboardApi |
DashboardApi.withInputsHidden(boolean hidden) |
Optionally hide all embedded Dashboard input parameters from the Unity UI's inputs panel.
|