Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

PluginInclude interface

Signature

typescript
export interface PluginInclude 

Import

typescript
import { PluginInclude } from '@grafana/data';

Properties

PropertyTypeDescription
addToNavboolean
componentstring
iconstring
namestring
pathstring
rolestring
typePluginIncludeType

addToNav property

Signature

typescript
addToNav?: boolean;

component property

Signature

typescript
component?: string;

icon property

Signature

typescript
icon?: string;

name property

Signature

typescript
name: string;

path property

Signature

typescript
path?: string;

role property

Signature

typescript
role?: string;

type property

Signature

typescript
type: PluginIncludeType;