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
@@ -38,6 +38,7 @@ import { Registry } from '@grafana/data';
| --- | --- | --- |
| [get(id)](#get-method) | | |
| [getIfExists(id)](#getifexists-method) | | |
| [isEmpty()](#isempty-method) | | |
| [list(ids)](#list-method) | | Return a list of values by ID, or all values if not specified |
| [register(ext)](#register-method) | | |
| [selectOptions(current, filter)](#selectoptions-method) | | |
@@ -99,6 +100,17 @@ getIfExists(id: string | undefined): T | undefined;
`T | undefined`
### isEmpty method
<b>Signature</b>
```typescript
isEmpty(): boolean;
```
<b>Returns:</b>
`boolean`
### list method
Return a list of values by ID, or all values if not specified