+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "Dimensions" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## Dimensions type ### Dimensions type Signature ```typescript export declare type Dimensions = KeyValue; ``` Import ```typescript import { Dimensions } from '@grafana/data'; ```