grafana/docs/sources/packages_api/data/fieldwithindex.md

760 B

+++

-----------------------------------------------------------------------

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

export interface FieldWithIndex extends Field 

Import

import { FieldWithIndex } from '@grafana/data';

Properties

Property Type Description
index number

index property

Signature

index: number;