mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:32:57 +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 = "DataFrame" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DataFrame interface
Signature
export interface DataFrame extends QueryResultBase
Import
import { DataFrame } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
fields | Field[] |
|
length | number |
|
name | string |
fields property
Signature
fields: Field[];
length property
Signature
length: number;
name property
Signature
name?: string;