grafana/docs/sources/packages_api/data/plugininclude.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

89 lines
1.6 KiB
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PluginInclude"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## PluginInclude interface
<b>Signature</b>
```typescript
export interface PluginInclude
```
<b>Import</b>
```typescript
import { PluginInclude } from '@grafana/data';
```
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [addToNav](#addtonav-property) | <code>boolean</code> | |
| [component](#component-property) | <code>string</code> | |
| [icon](#icon-property) | <code>string</code> | |
| [name](#name-property) | <code>string</code> | |
| [path](#path-property) | <code>string</code> | |
| [role](#role-property) | <code>string</code> | |
| [type](#type-property) | <code>PluginIncludeType</code> | |
### addToNav property
<b>Signature</b>
```typescript
addToNav?: boolean;
```
### component property
<b>Signature</b>
```typescript
component?: string;
```
### icon property
<b>Signature</b>
```typescript
icon?: string;
```
### name property
<b>Signature</b>
```typescript
name: string;
```
### path property
<b>Signature</b>
```typescript
path?: string;
```
### role property
<b>Signature</b>
```typescript
role?: string;
```
### type property
<b>Signature</b>
```typescript
type: PluginIncludeType;
```