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

ApplyFieldOverrideOptions interface

Signature

typescript
export interface ApplyFieldOverrideOptions 

Import

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

Properties

PropertyTypeDescription
autoMinMaxboolean
dataDataFrame[]
fieldConfigFieldConfigSource
fieldConfigRegistryFieldConfigOptionsRegistry
getDataSourceSettingsByUid(uid: string) => DataSourceInstanceSettings | undefined
replaceVariablesInterpolateFunction
themeGrafanaTheme
timeZoneTimeZone

autoMinMax property

Signature

typescript
autoMinMax?: boolean;

data property

Signature

typescript
data?: DataFrame[];

fieldConfig property

Signature

typescript
fieldConfig: FieldConfigSource;

fieldConfigRegistry property

Signature

typescript
fieldConfigRegistry?: FieldConfigOptionsRegistry;

getDataSourceSettingsByUid property

Signature

typescript
getDataSourceSettingsByUid: (uid: string) => DataSourceInstanceSettings | undefined;

replaceVariables property

Signature

typescript
replaceVariables: InterpolateFunction;

theme property

Signature

typescript
theme: GrafanaTheme;

timeZone property

Signature

typescript
timeZone?: TimeZone;