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