mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
89 lines
1.6 KiB
Markdown
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;
|
|
```
|