DisplayValueAlignmentFactors interface
These represents the display value with the longest title and text. Used to align widths and heights when displaying multiple DisplayValues
Signature
export interface DisplayValueAlignmentFactors extends FormattedValue
Import
import { DisplayValueAlignmentFactors } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
title | string |
title property
Signature
title: string;