mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:42:31 +08:00
28 lines
864 B
Markdown
28 lines
864 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "RefreshPicker"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## RefreshPicker variable
|
|
|
|
### RefreshPicker variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
RefreshPicker: React.FunctionComponent<Pick<Props, "value" | "tooltip" | "intervals" | "onRefresh" | "onIntervalChanged" | "hasLiveOption" | "refreshButton" | "buttonSelectClassName">> & {
|
|
offOption: typeof RefreshPickerBase.offOption;
|
|
liveOption: typeof RefreshPickerBase.liveOption;
|
|
isLive: typeof RefreshPickerBase.isLive;
|
|
}
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { RefreshPicker } from '@grafana/ui';
|
|
```
|