Docs: run the api-extractor on master to update docs (#23726)

* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
This commit is contained in:
Marcus Andersson
2020-04-21 10:41:50 +02:00
committed by GitHub
parent 017767ae39
commit a2d741f60f
275 changed files with 6448 additions and 2193 deletions
@@ -10,6 +10,8 @@ draft = true
## ThresholdsConfig interface
Config that is passed to the ThresholdsEditor
<b>Signature</b>
```typescript
@@ -25,7 +27,7 @@ import { ThresholdsConfig } from '@grafana/data';
| Property | Type | Description |
| --- | --- | --- |
| [mode](#mode-property) | <code>ThresholdsMode</code> | |
| [steps](#steps-property) | <code>Threshold[]</code> | |
| [steps](#steps-property) | <code>Threshold[]</code> | Must be sorted by 'value', first value is always -Infinity |
### mode property
@@ -37,6 +39,8 @@ mode: ThresholdsMode;
### steps property
Must be sorted by 'value', first value is always -Infinity
<b>Signature</b>
```typescript