StaticgenerateUIDGenerates a new universal identifier.
a generated UID
StaticgetDashboardInfoFetches the dashboard info for the given dashboard ID from the server.
The returned object contains id, displayName, and info properties.
To render a thumbnail for a dashboard, use RVThumbnail.fromDashboard instead.
The ID of the dashboard.
A promise that resolves with the dashboard info object, or null if the dashboard was not found.
StaticloadDashboardLoads the dashboard with the given ID from the standard endpoint in the server.
The ID of the dashboard to open, this ID will be received in the server: IRevealSdkContext.GetDashboardAsync
Loads the dashboard with the given ID from the standard endpoint in the server.
The ID of the dashboard to open, this ID will be received in the server: IRevealSdkContext.GetDashboardAsync
A callback that will receive an instance of RVDashboard class if the loading was successful.
A callback with the error message if the loading operation failed.
StaticloadDashboardFromContainerLoads a dashboard from the Blob object with the contents of a .rdash file.
The Blob object containing the binary contents of the dashboard in rdash file format.
Loads a dashboard from the Blob object with the contents of a .rdash file.
The Blob object containing the binary contents of the dashboard in rdash file format.
A callback that will receive an instance of RVDashboard class if the loading was successful.
A callback with the error message if the loading operation failed.
OptionaldashboardId: string
Utility class used to load dashboards.