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:
@@ -34,6 +34,7 @@ import { DataSourceInstanceSettings } from '@grafana/data';
|
||||
| [name](#name-property) | <code>string</code> | |
|
||||
| [password](#password-property) | <code>string</code> | |
|
||||
| [type](#type-property) | <code>string</code> | |
|
||||
| [uid](#uid-property) | <code>string</code> | |
|
||||
| [url](#url-property) | <code>string</code> | |
|
||||
| [username](#username-property) | <code>string</code> | |
|
||||
| [withCredentials](#withcredentials-property) | <code>boolean</code> | |
|
||||
@@ -104,6 +105,14 @@ password?: string;
|
||||
type: string;
|
||||
```
|
||||
|
||||
### uid property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
uid: string;
|
||||
```
|
||||
|
||||
### url property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
Reference in New Issue
Block a user