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