+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "PluginConfigPage" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## PluginConfigPage interface Signature ```typescript export interface PluginConfigPage ``` Import ```typescript import { PluginConfigPage } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [body](#body-property) | ComponentClass<PluginConfigPageProps<T>> | | | [icon](#icon-property) | string | | | [id](#id-property) | string | | | [title](#title-property) | string | | ### body property Signature ```typescript body: ComponentClass>; ``` ### icon property Signature ```typescript icon?: string; ``` ### id property Signature ```typescript id: string; ``` ### title property Signature ```typescript title: string; ```