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:
@@ -0,0 +1,64 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "LicenseInfo"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## LicenseInfo interface
|
||||
|
||||
Describes the license information about the current running instance of Grafana.
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface LicenseInfo
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { LicenseInfo } from '@grafana/data';
|
||||
```
|
||||
<b>Properties</b>
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [expiry](#expiry-property) | <code>number</code> | |
|
||||
| [hasLicense](#haslicense-property) | <code>boolean</code> | |
|
||||
| [licenseUrl](#licenseurl-property) | <code>string</code> | |
|
||||
| [stateInfo](#stateinfo-property) | <code>string</code> | |
|
||||
|
||||
### expiry property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
expiry: number;
|
||||
```
|
||||
|
||||
### hasLicense property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
hasLicense: boolean;
|
||||
```
|
||||
|
||||
### licenseUrl property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
licenseUrl: string;
|
||||
```
|
||||
|
||||
### stateInfo property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
stateInfo: string;
|
||||
```
|
||||
Reference in New Issue
Block a user