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
Registry class
Signature
typescript
export declare class Registry<T extends RegistryItem>
Import
typescript
import { Registry } from '@grafana/data';
Constructors
Constructor | Modifiers | Description |
---|---|---|
constructor(init) | Constructs a new instance of the Registry class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
setInit | (init: () => T[]) => void |
Methods
Method | Modifiers | Description |
---|---|---|
get(id) | ||
getIfExists(id) | ||
isEmpty() | ||
list(ids) | Return a list of values by ID, or all values if not specified | |
register(ext) | ||
selectOptions(current, filter) |
constructor(init)
Constructs a new instance of the Registry
class
Signature
typescript
constructor(init?: (() => T[]) | undefined);
Parameters
Parameter | Type | Description |
---|---|---|
init | (() => T[]) | undefined |
setInit property
Signature
typescript
setInit: (init: () => T[]) => void;
get method
Signature
typescript
get(id: string): T;
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
T
getIfExists method
Signature
typescript
getIfExists(id: string | undefined): T | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
id | string | undefined |
Returns:
T | undefined
isEmpty method
Signature
typescript
isEmpty(): boolean;
Returns:
boolean
list method
Return a list of values by ID, or all values if not specified
Signature
typescript
list(ids?: any[]): T[];
Parameters
Parameter | Type | Description |
---|---|---|
ids | any[] |
Returns:
T[]
register method
Signature
typescript
register(ext: T): void;
Parameters
Parameter | Type | Description |
---|---|---|
ext | T |
Returns:
void
selectOptions method
Signature
typescript
selectOptions(current?: string[], filter?: (ext: T) => boolean): RegistrySelectInfo;
Parameters
Parameter | Type | Description |
---|---|---|
current | string[] | |
filter | (ext: T) => boolean |
Returns:
RegistrySelectInfo
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Getting started with the Grafana LGTM Stack
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.

Getting started with Grafana dashboard design (EMEA Timezone)
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.

Unify your data with Grafana plugins: Datadog, Splunk, MongoDB, and more
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and more.