mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 15:02:33 +08:00
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "sharedSingleStatPanelChangedHandler"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
draft = true
|
|
+++
|
|
|
|
## sharedSingleStatPanelChangedHandler() function
|
|
|
|
### sharedSingleStatPanelChangedHandler() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function sharedSingleStatPanelChangedHandler(panel: PanelModel<Partial<SingleStatBaseOptions>> | any, prevPluginId: string, prevOptions: any): any;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { sharedSingleStatPanelChangedHandler } from '@grafana/ui';
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| panel | <code>PanelModel<Partial<SingleStatBaseOptions>> | any</code> | |
|
|
| prevPluginId | <code>string</code> | |
|
|
| prevOptions | <code>any</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`any`
|
|
|