+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "FieldWithIndex" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## FieldWithIndex interface Signature ```typescript export interface FieldWithIndex extends Field ``` Import ```typescript import { FieldWithIndex } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [index](#index-property) | number | | ### index property Signature ```typescript index: number; ```