PluginConfigPage interface

Signature

  1. export interface PluginConfigPage<T extends PluginMeta>

Import

  1. import { PluginConfigPage } from '@grafana/data';

Properties

PropertyTypeDescription
bodyComponentType<PluginConfigPageProps<T>>
iconstring
idstring
titlestring

body property

Signature

  1. body: ComponentType<PluginConfigPageProps<T>>;

icon property

Signature

  1. icon?: string;

id property

Signature

  1. id: string;

title property

Signature

  1. title: string;