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
@@ -24,11 +24,13 @@ import { DataTransformerConfig } from '@grafana/data';
| Property | Type | Description |
| --- | --- | --- |
| [id](#id-property) | <code>string</code> | |
| [options](#options-property) | <code>TOptions</code> | |
| [id](#id-property) | <code>string</code> | Unique identifier of transformer |
| [options](#options-property) | <code>TOptions</code> | Options to be passed to the transformer |
### id property
Unique identifier of transformer
<b>Signature</b>
```typescript
@@ -37,6 +39,8 @@ id: string;
### options property
Options to be passed to the transformer
<b>Signature</b>
```typescript