Class RVAssets

Class that contains assignable assets contained within the SDK's user interface.

Index

Accessors

  • get dashboardEmptyState(): RVImageAsset | null

    Retrieve the custom asset item that contains the image, title, and subtitle shown when a dashboard does not contain any visualizations.

    Returns RVImageAsset | null

  • set dashboardEmptyState(value: RVImageAsset | null): void

    Custom image, title, and subtitle shown when a dashboard does not contain any visualizations.

    Parameters

    Returns void