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