+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ValueLinkConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## ValueLinkConfig interface Signature ```typescript export interface ValueLinkConfig ``` Import ```typescript import { ValueLinkConfig } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [calculatedValue](#calculatedvalue-property) | DisplayValue | Result of field reduction | | [valueRowIndex](#valuerowindex-property) | number | Index of the value row within Field. Should be provided only when value is not a result of a reduction | ### calculatedValue property Result of field reduction Signature ```typescript calculatedValue?: DisplayValue; ``` ### valueRowIndex property Index of the value row within Field. Should be provided only when value is not a result of a reduction Signature ```typescript valueRowIndex?: number; ```