mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
64 lines
1.3 KiB
Markdown
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;
|
|
```
|