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:
@@ -25,9 +25,11 @@ import { PanelProps } from '@grafana/data';
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [data](#data-property) | <code>PanelData</code> | |
|
||||
| [fieldConfig](#fieldconfig-property) | <code>FieldConfigSource</code> | Panel fields configuration |
|
||||
| [height](#height-property) | <code>number</code> | |
|
||||
| [id](#id-property) | <code>number</code> | |
|
||||
| [onChangeTimeRange](#onchangetimerange-property) | <code>(timeRange: AbsoluteTimeRange) => void</code> | |
|
||||
| [onFieldConfigChange](#onfieldconfigchange-property) | <code>(config: FieldConfigSource) => void</code> | Enables panel field config manipulation |
|
||||
| [onOptionsChange](#onoptionschange-property) | <code>(options: T) => void</code> | |
|
||||
| [options](#options-property) | <code>T</code> | |
|
||||
| [renderCounter](#rendercounter-property) | <code>number</code> | |
|
||||
@@ -45,6 +47,16 @@ import { PanelProps } from '@grafana/data';
|
||||
data: PanelData;
|
||||
```
|
||||
|
||||
### fieldConfig property
|
||||
|
||||
Panel fields configuration
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
fieldConfig: FieldConfigSource;
|
||||
```
|
||||
|
||||
### height property
|
||||
|
||||
<b>Signature</b>
|
||||
@@ -69,6 +81,16 @@ id: number;
|
||||
onChangeTimeRange: (timeRange: AbsoluteTimeRange) => void;
|
||||
```
|
||||
|
||||
### onFieldConfigChange property
|
||||
|
||||
Enables panel field config manipulation
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
onFieldConfigChange: (config: FieldConfigSource) => void;
|
||||
```
|
||||
|
||||
### onOptionsChange property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
Reference in New Issue
Block a user