mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:12:09 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.0 KiB
1.0 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "LogsMetaItem" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
LogsMetaItem interface
Signature
export interface LogsMetaItem
Import
import { LogsMetaItem } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
kind | LogsMetaKind |
|
label | string |
|
value | string | number | Labels |
kind property
Signature
kind: LogsMetaKind;
label property
Signature
label: string;
value property
Signature
value: string | number | Labels;