ValueLinkConfig interface

Signature

  1. export interface ValueLinkConfig

Import

  1. import { ValueLinkConfig } from '@grafana/data';

Properties

PropertyTypeDescription
calculatedValueDisplayValueResult of field reduction
valueRowIndexnumberIndex 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

  1. 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

  1. valueRowIndex?: number;