Files
grafana/docs/sources/packages_api/data/plugindependencies.md
Marcus Andersson cc3fc18076 Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

44 lines
974 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PluginDependencies"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## PluginDependencies interface
<b>Signature</b>
```typescript
export interface PluginDependencies
```
<b>Import</b>
```typescript
import { PluginDependencies } from '@grafana/data';
```
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [grafanaVersion](#grafanaversion-property) | <code>string</code> | |
| [plugins](#plugins-property) | <code>PluginDependencyInfo[]</code> | |
### grafanaVersion property
<b>Signature</b>
```typescript
grafanaVersion: string;
```
### plugins property
<b>Signature</b>
```typescript
plugins: PluginDependencyInfo[];
```