getFieldTypeFromValue() function

getFieldTypeFromValue() function

Check the field type to see what the contents are

Signature

  1. export declare function getFieldTypeFromValue(v: any): FieldType;

Import

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

Parameters

ParameterTypeDescription
vany

Returns:

FieldType