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

PluginBuildInfo interface

Signature

typescript
export interface PluginBuildInfo 

Import

typescript
import { PluginBuildInfo } from '@grafana/data';

Properties

PropertyTypeDescription
branchstring
hashstring
numbernumber
prnumber
repostring
timenumber

branch property

Signature

typescript
branch?: string;

hash property

Signature

typescript
hash?: string;

number property

Signature

typescript
number?: number;

pr property

Signature

typescript
pr?: number;

repo property

Signature

typescript
repo?: string;

time property

Signature

typescript
time?: number;