Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
getFieldTypeIcon() function
getFieldTypeIcon() function
Get the icon for a given field type
Signature
export declare function getFieldTypeIcon(field?: Field): IconName;
Import
import { getFieldTypeIcon } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
field | Field |
Returns:
IconName