getFieldTypeFromValue() function
getFieldTypeFromValue() function
Check the field type to see what the contents are
Signature
export declare function getFieldTypeFromValue(v: any): FieldType;
Import
import { getFieldTypeFromValue } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
v | any |
Returns:
FieldType