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;