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.
DataFrameFieldIndex interface
Describes where a specific data frame field is located within a dataset of type DataFrame[]
Signature
export interface DataFrameFieldIndex
Import
import { DataFrameFieldIndex } from '@grafana/data';
Properties
fieldIndex property
Signature
fieldIndex: number;
frameIndex property
Signature
frameIndex: number;