Registry class
Signature
export declare class Registry<T extends RegistryItem>
Import
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
constructor(init?: (() => T[]) | undefined);
Parameters
Parameter | Type | Description |
---|---|---|
init | (() => T[]) | undefined |
setInit property
Signature
setInit: (init: () => T[]) => void;
get method
Signature
get(id: string): T;
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
T
getIfExists method
Signature
getIfExists(id: string | undefined): T | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
id | string | undefined |
Returns:
T | undefined
isEmpty method
Signature
isEmpty(): boolean;
Returns:
boolean
list method
Return a list of values by ID, or all values if not specified
Signature
list(ids?: any[]): T[];
Parameters
Parameter | Type | Description |
---|---|---|
ids | any[] |
Returns:
T[]
register method
Signature
register(ext: T): void;
Parameters
Parameter | Type | Description |
---|---|---|
ext | T |
Returns:
void
selectOptions method
Signature
selectOptions(current?: string[], filter?: (ext: T) => boolean): RegistrySelectInfo;
Parameters
Parameter | Type | Description |
---|---|---|
current | string[] |
|
filter | (ext: T) => boolean |
Returns:
RegistrySelectInfo
Related Grafana resources
Opening keynote: What's new in Grafana 9?
Raj Dutt, Myrle Krantz, and Torkel Ödegaard unveil what's new in Grafana 9. Watch the opening keynote presentation from GrafanaCONline 2022. On-demand.
Unify your data with Grafana plugins: Splunk, MongoDB, Datadog, and more
Show how Grafana can be used to take data from multiple different sources and unify it, without disrupting the investments that are working today.
Getting started with Grafana Enterprise and observability
Join the Grafana Labs team for a 30-minute demo of how to get started with the Grafana Stack, so you can go from zero to observability in just a few minutes.