Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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 | GrafanaEdition | |
expiry | number | |
hasLicense | boolean | |
hasValidLicense | boolean | |
licenseUrl | string | |
stateInfo | string |
edition property
Signature
edition: GrafanaEdition;
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;