SizeMeta interface

Describes a size with width/height

Signature

  1. export interface SizeMeta

Import

  1. import { SizeMeta } from '@grafana/runtime';

Properties

PropertyTypeDescription
heightnumber
widthnumber

height property

Signature

  1. height: number;

width property

Signature

  1. width: number;