2020-04-21 03:41:50 -05:00
|
|
|
+++
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
title = "getStandardOptionEditors"
|
|
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
|
|
type = "docs"
|
|
|
|
+++
|
|
|
|
|
|
|
|
## getStandardOptionEditors variable
|
|
|
|
|
|
|
|
### getStandardOptionEditors variable
|
|
|
|
|
|
|
|
Returns collection of standard option editors definitions
|
|
|
|
|
|
|
|
<b>Signature</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-07-01 02:12:35 -05:00
|
|
|
getStandardOptionEditors: () => (StandardEditorsRegistryItem<any, any> | StandardEditorsRegistryItem<string, any> | StandardEditorsRegistryItem<number, any> | StandardEditorsRegistryItem<boolean, any> | StandardEditorsRegistryItem<ValueMapping[], any> | StandardEditorsRegistryItem<ThresholdsConfig, any> | StandardEditorsRegistryItem<DataLink<any>[], any> | StandardEditorsRegistryItem<string[], any>)[]
|
2020-04-21 03:41:50 -05:00
|
|
|
```
|
|
|
|
<b>Import</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
import { getStandardOptionEditors } from '@grafana/ui';
|
|
|
|
```
|