+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "SizeMeta"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## SizeMeta interface
Describes a size with width/height
Signature
```typescript
export interface SizeMeta
```
Import
```typescript
import { SizeMeta } from '@grafana/runtime';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [height](#height-property) | number
| |
| [width](#width-property) | number
| |
### height property
Signature
```typescript
height: number;
```
### width property
Signature
```typescript
width: number;
```