SeriesTableRowProps interface

Signature

  1. export interface SeriesTableRowProps

Import

  1. import { SeriesTableRowProps } from '@grafana/ui';

Properties

PropertyTypeDescription
colorstring
isActiveboolean
labelReact.ReactNode
valuestring | GraphSeriesValue

color property

Signature

  1. color?: string;

isActive property

Signature

  1. isActive?: boolean;

label property

Signature

  1. label?: React.ReactNode;

value property

Signature

  1. value?: string | GraphSeriesValue;