The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/data/plugininclude.md

88 lines
1.6 KiB

+++
# -----------------------------------------------------------------------
# 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;
```