grafana/docs/sources/packages_api/data/licenseinfo.md
Marcus Andersson cc3fc18076
Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

64 lines
1.3 KiB
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "LicenseInfo"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## 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;
```