mirror of https://github.com/grafana/grafana.git
797 B
797 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "formattedValueToString" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
formattedValueToString() function
formattedValueToString() function
Signature
export declare function formattedValueToString(val: FormattedValue): string;
Import
import { formattedValueToString } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
val | FormattedValue |
Returns:
string