PluginMetaInfo interface

Signature

  1. export interface PluginMetaInfo

Import

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

Properties

PropertyTypeDescription
author{
name: string;
url?: string;
}
buildPluginBuildInfo
descriptionstring
linksPluginMetaInfoLink[]
logos{
large: string;
small: string;
}
screenshotsScreenshotInfo[]
updatedstring
versionstring

author property

Signature

  1. author: {
  2. name: string;
  3. url?: string;
  4. };

build property

Signature

  1. build?: PluginBuildInfo;

description property

Signature

  1. description: string;

Signature

  1. links: PluginMetaInfoLink[];

logos property

Signature

  1. logos: {
  2. large: string;
  3. small: string;
  4. };

screenshots property

Signature

  1. screenshots: ScreenshotInfo[];

updated property

Signature

  1. updated: string;

version property

Signature

  1. version: string;