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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user