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