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.
PluginConfigPage interface
Signature
export interface PluginConfigPage<T extends PluginMeta>
Import
import { PluginConfigPage } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
body | ComponentClass<PluginConfigPageProps<T>> | |
icon | string | |
id | string | |
title | string |
body property
Signature
body: ComponentClass<PluginConfigPageProps<T>>;
icon property
Signature
icon?: string;
id property
Signature
id: string;
title property
Signature
title: string;