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
StandardEditorContext interface
Signature
typescript
export interface StandardEditorContext<TOptions, TState = any> Import
typescript
import { StandardEditorContext } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| data | DataFrame[] | |
| eventBus | EventBus | |
| getSuggestions | (scope?: VariableSuggestionsScope) => VariableSuggestion[] | |
| instanceState | TState | |
| isOverride | boolean | |
| options | TOptions | |
| replaceVariables | InterpolateFunction |
data property
Signature
typescript
data: DataFrame[];eventBus property
Signature
typescript
eventBus?: EventBus;getSuggestions property
Signature
typescript
getSuggestions?: (scope?: VariableSuggestionsScope) => VariableSuggestion[];instanceState property
Signature
typescript
instanceState?: TState;isOverride property
Signature
typescript
isOverride?: boolean;options property
Signature
typescript
options?: TOptions;replaceVariables property
Signature
typescript
replaceVariables?: InterpolateFunction;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more