mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 09:02:24 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
37 lines
932 B
Markdown
37 lines
932 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "LoadingState"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## LoadingState enum
|
|
|
|
### LoadingState enum
|
|
|
|
Represent panel data loading state.
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum LoadingState
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { LoadingState } from '@grafana/data';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| Done | <code>"Done"</code> | |
|
|
| Error | <code>"Error"</code> | |
|
|
| Loading | <code>"Loading"</code> | |
|
|
| NotStarted | <code>"NotStarted"</code> | |
|
|
| Streaming | <code>"Streaming"</code> | |
|
|
|