+++ # ----------------------------------------------------------------------- # 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 ```typescript export interface Dimension ``` Import ```typescript import { Dimension } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [columns](#columns-property) | Array<Field<T>> | | | [name](#name-property) | string | | ### columns property Signature ```typescript columns: Array>; ``` ### name property Signature ```typescript name: string; ```