Class RevealDashboardThumbnailView

The class is used to render the thumbnail of a dashboard in your application. You need to set the dashboardInfo or the dashboard property in order to render a thumbnail.

Hierarchy

  • RevealDashboardThumbnailView

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Parameters

    • selector: string

      The selector is a string that references the HTML element to attach the view to, like a div.

    Returns RevealDashboardThumbnailView

Accessors

dashboard

  • Gets/sets the dashboard that is/to be rendered.

    Returns null | RVDashboard

  • Gets/sets the dashboard that is/to be rendered.

    Parameters

    Returns void

dashboardInfo

  • get dashboardInfo(): any
  • set dashboardInfo(i: any): void
  • Gets/sets the dashboard information that is/to be used to render.

    Returns any

  • Gets/sets the dashboard information that is/to be used to render.

    Parameters

    • i: any

    Returns void

Methods

updateSize

  • updateSize(): void
  • Updates the size of a thumbnail

    Returns void