LicenseInfo interface

Describes the license information about the current running instance of Grafana.

Signature

  1. export interface LicenseInfo

Import

  1. import { LicenseInfo } from '@grafana/data';

Properties

PropertyTypeDescription
editionGrafanaEdition
expirynumber
hasLicenseboolean
hasValidLicenseboolean
licenseUrlstring
stateInfostring

edition property

Signature

  1. edition: GrafanaEdition;

expiry property

Signature

  1. expiry: number;

hasLicense property

Signature

  1. hasLicense: boolean;

hasValidLicense property

Signature

  1. hasValidLicense: boolean;

licenseUrl property

Signature

  1. licenseUrl: string;

stateInfo property

Signature

  1. stateInfo: string;