Menu
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.
Enterprise
Open source
LicenseInfo interface
Describes the license information about the current running instance of Grafana.
Signature
typescript
export interface LicenseInfo Import
typescript
import { LicenseInfo } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| edition | GrafanaEdition | |
| enabledFeatures | {[key: string]: boolean;} | |
| expiry | number | |
| licenseUrl | string | |
| stateInfo | string | |
| trialExpiry | number |
edition property
Signature
typescript
edition: GrafanaEdition;enabledFeatures property
Signature
typescript
enabledFeatures: {
[key: string]: boolean;
};expiry property
Signature
typescript
expiry: number;licenseUrl property
Signature
typescript
licenseUrl: string;stateInfo property
Signature
typescript
stateInfo: string;trialExpiry property
Signature
typescript
trialExpiry?: number;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more