LicenseInfo interface
Describes the license information about the current running instance of Grafana.
Signature
export interface LicenseInfo
Import
import { LicenseInfo } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
edition | string |
|
expiry | number |
|
hasLicense | boolean |
|
hasValidLicense | boolean |
|
licenseUrl | string |
|
stateInfo | string |
edition property
Signature
edition: string;
expiry property
Signature
expiry: number;
hasLicense property
Signature
hasLicense: boolean;
hasValidLicense property
Signature
hasValidLicense: boolean;
licenseUrl property
Signature
licenseUrl: string;
stateInfo property
Signature
stateInfo: string;