mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
37 lines
1.0 KiB
Markdown
37 lines
1.0 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(options: Partial<SingleStatBaseOptions> | any, prevPluginId: string, prevOptions: any): any;
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { sharedSingleStatPanelChangedHandler } from '@grafana/ui';
|
||
|
```
|
||
|
<b>Parameters</b>
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| options | <code>Partial<SingleStatBaseOptions> | any</code> | |
|
||
|
| prevPluginId | <code>string</code> | |
|
||
|
| prevOptions | <code>any</code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`any`
|
||
|
|