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
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;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more