Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

RegistryItem interface

Signature

typescript
export interface RegistryItem 

Import

typescript
import { RegistryItem } from '@grafana/data';

Properties

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

aliasIds property

Signature

typescript
aliasIds?: string[];

description property

Signature

typescript
description?: string;

excludeFromPicker property

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

Signature

typescript
excludeFromPicker?: boolean;

id property

Signature

typescript
id: string;

name property

Signature

typescript
name: string;