ValueFormatCategory interface
Signature
export interface ValueFormatCategory
Import
import { ValueFormatCategory } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
formats | ValueFormat[] | |
name | string |
formats property
Signature
formats: ValueFormat[];
name property
Signature
name: string;