Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "SizeMeta"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## SizeMeta interface
|
||||
|
||||
Describes a size with width/height
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface SizeMeta
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { SizeMeta } from '@grafana/runtime';
|
||||
```
|
||||
<b>Properties</b>
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [height](#height-property) | <code>number</code> | |
|
||||
| [width](#width-property) | <code>number</code> | |
|
||||
|
||||
### height property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
height: number;
|
||||
```
|
||||
|
||||
### width property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
width: number;
|
||||
```
|
||||
Reference in New Issue
Block a user