2020-02-26 03:03:53 -06:00
|
|
|
+++
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
title = "sharedSingleStatPanelChangedHandler"
|
|
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
|
|
type = "docs"
|
|
|
|
+++
|
|
|
|
|
|
|
|
## sharedSingleStatPanelChangedHandler() function
|
|
|
|
|
|
|
|
### sharedSingleStatPanelChangedHandler() function
|
|
|
|
|
|
|
|
<b>Signature</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-04-21 03:41:50 -05:00
|
|
|
export declare function sharedSingleStatPanelChangedHandler(panel: PanelModel<Partial<SingleStatBaseOptions>> | any, prevPluginId: string, prevOptions: any): any;
|
2020-02-26 03:03:53 -06:00
|
|
|
```
|
|
|
|
<b>Import</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
import { sharedSingleStatPanelChangedHandler } from '@grafana/ui';
|
|
|
|
```
|
|
|
|
<b>Parameters</b>
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-04-21 03:41:50 -05:00
|
|
|
| panel | <code>PanelModel<Partial<SingleStatBaseOptions>> | any</code> | |
|
2020-02-26 03:03:53 -06:00
|
|
|
| prevPluginId | <code>string</code> | |
|
|
|
|
| prevOptions | <code>any</code> | |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
`any`
|
|
|
|
|