mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
905 B
905 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Dimension" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
Dimension interface
Signature
export interface Dimension<T = any>
Import
import { Dimension } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
columns | Array<Field<T>> |
|
name | string |
columns property
Signature
columns: Array<Field<T>>;
name property
Signature
name: string;