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:
@@ -13,7 +13,7 @@ draft = true
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface FieldConfigSource
|
||||
export interface FieldConfigSource<TOptions extends object = any>
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
@@ -24,7 +24,7 @@ import { FieldConfigSource } from '@grafana/data';
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [defaults](#defaults-property) | <code>FieldConfig</code> | |
|
||||
| [defaults](#defaults-property) | <code>FieldConfig<TOptions></code> | |
|
||||
| [overrides](#overrides-property) | <code>ConfigOverrideRule[]</code> | |
|
||||
|
||||
### defaults property
|
||||
@@ -32,7 +32,7 @@ import { FieldConfigSource } from '@grafana/data';
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
defaults: FieldConfig;
|
||||
defaults: FieldConfig<TOptions>;
|
||||
```
|
||||
|
||||
### overrides property
|
||||
|
||||
Reference in New Issue
Block a user