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;