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
| Property | Type | Description |
|---|---|---|
| aliasIds | string[] | |
| description | string | |
| excludeFromPicker | boolean | Some extensions should not be user selectable like: ‘all’ and ‘any’ matchers; |
| id | string | |
| name | string | |
| state | PluginState | Optional feature state |
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;state property
Optional feature state
Signature
typescript
state?: PluginState;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more