Class DashboardLinkRequestedArgs

Provides the target dashboard and originating cell context for a dashboard link request.

Index

Properties

cell: RVCell | null

The cell from which the link was requested, or null when there is no cell context.

dashboardId: string

The identifier of the linked dashboard.

row: RVCell[] | null

The complete row from which the link was requested, or null when there is no row context.

title: string | null

The title assigned to the dashboard link.

visualization: RVVisualization

The visualization from which the dashboard link was requested.