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.
TabConfig interface
Signature
export interface TabConfig
Import
import { TabConfig } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
content | React.ReactNode | |
icon | IconName | |
label | string | |
value | string |
content property
Signature
content: React.ReactNode;
icon property
Signature
icon: IconName;
label property
Signature
label: string;
value property
Signature
value: string;