Files
grafana/docs/sources/packages_api/data/licenseinfo.md
T
Marcus Andersson a2d741f60f Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
2020-04-21 10:41:50 +02:00

65 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"
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;
```