RegistryItem interface

Signature

  1. export interface RegistryItem

Import

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

Properties

PropertyTypeDescription
aliasIdsstring[]
descriptionstring
excludeFromPickerbooleanSome extensions should not be user selectable like: ‘all’ and ‘any’ matchers;
idstring
namestring
statePluginStateOptional feature state

aliasIds property

Signature

  1. aliasIds?: string[];

description property

Signature

  1. description?: string;

excludeFromPicker property

Some extensions should not be user selectable like: ‘all’ and ‘any’ matchers;

Signature

  1. excludeFromPicker?: boolean;

id property

Signature

  1. id: string;

name property

Signature

  1. name: string;

state property

Optional feature state

Signature

  1. state?: PluginState;