DashboardInfo interface

Describes the basic dashboard information that can be passed as the meta analytics payload.

Signature

  1. export interface DashboardInfo

Import

  1. import { DashboardInfo } from '@grafana/runtime';

Properties

PropertyTypeDescription
dashboardIdnumber
dashboardNamestring
dashboardUidstring
folderNamestring

dashboardId property

Signature

  1. dashboardId: number;

dashboardName property

Signature

  1. dashboardName: string;

dashboardUid property

Signature

  1. dashboardUid: string;

folderName property

Signature

  1. folderName?: string;