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

DataFrameFieldIndex interface

Describes where a specific data frame field is located within a dataset of type DataFrame[]

Signature

typescript
export interface DataFrameFieldIndex 

Import

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

Properties

PropertyTypeDescription
fieldIndexnumber
frameIndexnumber

fieldIndex property

Signature

typescript
fieldIndex: number;

frameIndex property

Signature

typescript
frameIndex: number;