DataSourceRef interface

Signature

  1. export interface DataSourceRef

Import

  1. import { DataSourceRef } from '@grafana/data';

Properties

PropertyTypeDescription
typestringThe plugin type-id
uidstringSpecific datasource instance

type property

The plugin type-id

Signature

  1. type?: string;

uid property

Specific datasource instance

Signature

  1. uid?: string;